MODULE 2 Flashcards
4-step iterative process that will allow developers to develop a program efficiently.
Spiral Model of Development
Spiral Model of Development steps
- Requirement
- Design
- Develop
- Test
What should your program do?
Requirement
What problem is it trying to solve?
Requirement
What features must your program have?
Requirement
Are there data or behaviors your program must model?
Design
Will certain parts of your program need to be finished before work can begin on other parts?
Design
Create a simplified version of your program
Develop
Focus on small number of simple or important features
Develop
Does the program give the result that you expect?
Test
Can you find scenarios that produce unwanted results?
Test
Depending on their impact, these bugs may need fixing.
Test
Did you meet the set requirements?
Requirement Iteration
Identify new requirements/goals.
Requirement Iteration
How should you model additional features?
Design Iteration