WorksheetsComputing Software Development Process
Total questions: 10
Worksheet time: 5mins
At which stage is the software specification created?
Analysis
Design
Testing
Documentation
At which stage do the developers interview the client?
Analysis
Design
Testing
Documentation
At which stage do the developers plan the structure of the program?
Analysis
Design
Implementation
Documentation
At which stage do the developers decide the layout of the user interface?
Analysis
Design
Implementation
Evaluation
At which stage do the developers code the program?
Analysis
Design
Implementation
Evaluation
At which stage do the developers consider whether the program meets the requirements?
Analysis
Implementation
Testing
Evaluation
At which stage do the developers consider whether the program can be improved?
Analysis
Implementation
Testing
Evaluation
At which stage do the developers try to discover any logic errors in the code?
Analysis
Implementation
Testing
Evaluation
At which stage do the developers check that only valid input is accepted by the program?
Design
Implementation
Testing
Evaluation
Which kind of test data is on the edge of what is acceptable?
Normal
Extreme
Exceptional
Syntax
