wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Computing Software Development Process

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

At which stage is the software specification created?

a)

Analysis

b)

Design

c)

Testing

d)

Documentation

2.

At which stage do the developers interview the client?

a)

Analysis

b)

Design

c)

Testing

d)

Documentation

3.

At which stage do the developers plan the structure of the program?

a)

Analysis

b)

Design

c)

Implementation

d)

Documentation

4.

At which stage do the developers decide the layout of the user interface?

a)

Analysis

b)

Design

c)

Implementation

d)

Evaluation

5.

At which stage do the developers code the program?

a)

Analysis

b)

Design

c)

Implementation

d)

Evaluation

6.

At which stage do the developers consider whether the program meets the requirements?

a)

Analysis

b)

Implementation

c)

Testing

d)

Evaluation

7.

At which stage do the developers consider whether the program can be improved?

a)

Analysis

b)

Implementation

c)

Testing

d)

Evaluation

8.

At which stage do the developers try to discover any logic errors in the code?

a)

Analysis

b)

Implementation

c)

Testing

d)

Evaluation

9.

At which stage do the developers check that only valid input is accepted by the program?

a)

Design

b)

Implementation

c)

Testing

d)

Evaluation

10.

Which kind of test data is on the edge of what is acceptable?

a)

Normal

b)

Extreme

c)

Exceptional

d)

Syntax