wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

ICT Programming Lesson 3

Total questions: 16

Worksheet time: 8mins

Name
Class
Date
1.

Which programming structure continues to repeat actions while a condition remains true?

a)

Loop

b)

Sequence

c)

Selection

d)

Object

2.

Which programming structure performs a set of instructions in the order they appear?

a)

Loop

b)

Sequence

c)

Selection

d)

Object

3.

When a computer carries out a program's instructions, it is called __________ the program.

a)

executing

b)

compiling

c)

debugging

d)

loading

4.

Which programming structure makes a decision in order to determine which set of instructions to carry out?

a)

Loop

b)

Sequence

c)

Selection

d)

Object

5.

The if/else instruction set is considered a(n) ________________ structure.

a)

selection

b)

iteration

c)

sequence

d)

recursion

6.

The while instruction set is considered a(n) structure.

a)
loop
b)

sequence

c)

selection

d)

object

7.

What is a control structure?

a)

Determine the order in which instructions are executed, as well as the number of times or even whether an instruction is executed

b)

Pseudocode

c)

Determines whether an existing program performs its intended task and works efficiently

d)

Create procedures needed to execute the solution.

8.

There are main control structures.

a)

2

b)

5

c)

6

d)
3
9.

Which of the following is not a common loop statement?

a)

Do-while

b)

While

c)

Stop

d)

For

10.

There are basic types of loops.

a)

6

b)
3
c)

5

d)

2

11.

Which of the following are types of loops?

a)

Count controlled

b)

Text controlled

c)

Program controlled

d)

Bug controlled

12.

The main logic control structures include:

a)

Text, numbers and data

b)

Control, do-while, selection

c)

Selection, control and loop

d)

Loop, control, and object

13.

Which structure allows the computer to execute an instruction only if a certain condition exists?

a)

Logic

b)

Selection

c)

Control

d)

Loop

14.

An do-while statement tests a condition and is an example of a:

a)

Logic

b)

Selection

c)

Control

d)

Loop

15.

This control structure will execute each instruction one after another until it reaches the end of the program.

a)

Logic

b)

Selection

c)

Control

d)

Loop

16.

What control structure is also called iteration?

a)

Logic

b)

Selection

c)

Control

d)

Loop