Software Design Process Flashcards
1
Q
SDLC
A
Systems Development Life Cycle
2
Q
Analysis Phase
A
Phase 1 of SDLC
Defines a program’s goals
SRS document
3
Q
Design Phase
A
Phase 2 of SDLC
Defines specifics of how to build a program
UML diagrams showing how components should be designed
4
Q
Implementation Phase
A
Phase 3 of SDLC
Writing the program
5
Q
Testing Phase
A
Phase 4 of SDLC
Checks that the program correctly meets the goals
6
Q
Waterfall Approach
A
Program built by carrying out each SDLC phase in sequence
7
Q
Agile Approach
A
aka Spiral Approach
Program built by doing small amounts of each SDLC phases in sequence, then repeating
8
Q
SRS
A
Software Requirements Specification
Document describing all requirements for the software product