wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Iterative Development Process

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Which term refers to the information the user will provide when relating to Analysis?

a)

Inputs

b)

Processes

c)

Output

2.

Which term refers to the information the program will display when discussing Analysis?

a)

Inputs

b)

Processes

c)

Output

3.

Which term refers to the calculations that the program will do when discussing Analysis?

a)

Inputs

b)

Processes

c)

Output

4.

What is Pseudocode?

a)

A mixture of English and Code

b)

Programming Language

5.

What type of error has occurred when we get unexpected results?

a)

Syntax

b)

Logic

c)

Runtime/Execution

6.

What type of error occurs when the program tries to divide by 0?

a)

Syntax

b)

Logic

c)

Runtime/Execution

7.

What type of error occurs when there is a spelling mistake in the code?

a)

Syntax

b)

Logic

c)

Runtime/Execution

8.

What type of test data is at the lower and upper limits of the set range?

a)

Normal

b)

Extreme

c)

Exceptional

9.

What type of test data is within the set range?

a)

Normal

b)

Extreme

c)

Exceptional

10.

What type of test data is outside the set range?

a)

Normal

b)

Extreme

c)

Exceptional