Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Sequencing, Selection and Iteration

Total questions: 12

Worksheet time: 6mins

Name
Class
Date
1.

Sequencing is...

a)

a list of instructions which are followed in a set order

b)

a list of instructions where there is a choice based on a condition

c)

A list of instructions which will loop based on a condition

d)

A list of instructions which will loop forever

2.

Selection is...

a)

a list of instructions which are followed in a set order

b)

a list of instructions where there is a choice based on a condition

c)

A list of instructions which will loop based on a condition

d)

A list of instructions which will loop forever

3.

Iteration is...

a)

a list of instructions which are followed in a set order

b)

a list of instructions where there is a choice based on a condition

c)

A list of instructions which will loop based on a condition

d)

A list of instructions which will loop forever

4.

Sequencing, selection and iteration are never used together.

a)

TRUE

b)

FALSE

5.

Indentation is a sign of...

a)

sequencing

b)

iteration

c)

selection

6.

IF is...

a)

sequencing

b)

iterating

c)

selecting

7.

FOR is...

a)

sequencing

b)

iterating

c)

selecting

8.

WHILE is...

a)

sequencing

b)

iterating

c)

selecting

9.

Select the constructs which have been used:

a)

selection

b)

iteration

c)

sequencing

10.

Select the constructs which have been used:

a)

selection

b)

iteration

c)

sequencing

11.

Select the constructs which have been used:

a)

selection

b)

iteration

c)

sequencing

12.

What is an algorithm?

a)

A set of instructions which describe a system

b)

The solution to a problem

c)

A type of programming