Development methodologies Flashcards
1
Q
6 stages of software development process
A
Analysis Design Implementation Testing Documentation Evaluation
2
Q
Describe the Analysis stage
A
Identify what a program is meant to do
3
Q
Describe the Design stage
A
Using tools such as pseudocode, structure diagrams, flowcharts and wireframes to set out the functionality and interface of the program
4
Q
Describe the Implementation stage
A
Write the program
5
Q
Describe the Testing stage
A
Check the program works as expected and has no errors
6
Q
Describe the Evaluation stage
A
Reviewing the program to check if it:
- is fit for purpose
- makes efficient use of code
- is robust
- is readable