System Development Lifecycle Flashcards
1
Q
Defines a program’s goals
A
Analysis phase
2
Q
Specifies how to build the application
A
Design phase
3
Q
Writing the program
A
Implementation phase
4
Q
Check program meets goals
A
Testing phase
5
Q
In this approach earlier stages are not revisited
A
Waterfall
6
Q
In this approach each stage is revisited
A
Agile (spiral)
7
Q
Grouping of data (variables) and operations that can be performed
A
Object
8
Q
User interacts with high level items while lower levels are hidden
A
Abstraction/ information hiding