how many phases are in the STLC
6
what is an agile project management framework that helps teams structure and manage their work through a set of values, principles, and practices.
SCRUM
What does W stand for in WRSPM
world
What programming principle involves limiting duplicate code
DRY
what command copies a repository onto your machine
git clone
_______ is asking if the software works given the specifications
verification
the short period where a SCRUM team works to complete a set amount of tasks is called a _______
sprint
A description of a series of interactions between actors. The actors can be users or parts of the application is called a _____ ______
use case
What programming principle involves separating code into separate containers
SOC
what commands gives your local repo the current version of the main branch
git pull
when human action causes an incorrect result it is called
error
waterfall is a process, agile is a _________
mindset
which diagram represents the static structure of a system, showing classes, attributes, methods, and relationships.
class
what is it called when you leave comments on your code
documentation
what is included after git commit and before the commit message
-m
________ is asking whether the software works compared to the user needs
validation
The 5 trademarks of agile organizations are strategy, structure, process, technology, and ________
people
A definition of features that users expect from the system, often written for stakeholders and users is called a _______
requirement
If I include overly complicated code in my software what principle does this primarily violate
KISS
what command lets you see what the current state of the reop is
git status
_______ box testing is when the tester has no knowledge of the internal structure of the program
black
if traditional mindsets view organizations as machines, agile views organizations as _______
organisms
a ________ is a technical definition of what is required for building a system
specification
the process of reviewing and optimizing code is called _____
refactoring
what git command is used to fix branching errors
git merge