CMP 205 - Application Design Flashcards
1
Q
What is the Waterfall Model?
A
Phases do not overlap or visit
Design starts only after analysis is complete
2
Q
What is the Rapid Application Development Model
A
Quick Prototypes
Less talk, more action
Very short time span
3
Q
What is the Prototype Model
A
Expensive
A working model of software with limited functionality
4
Q
What is the Agile Methodology
A
Projects are divided into small increments called sprints which usually last two to four weeks.
5
Q
What is the Test Driven Development Methodology
A
Write tests before code
Automated tests for every small functionality
Ensures code is through
6
Q
What are the 3 Application Design Layers
A
Presentation Layer
Business Logic Layer
Data Layer