wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Algorithms & Programming

Total questions: 7

Worksheet time: 5mins

Name
Class
Date
1.

The simplest programming structure where instructions are carried out one by one in order.

a)

Sequence

b)

Selection

c)

Repetition

2.

A set of instructions to solve a problem

a)

Variable

b)

Algorithm

c)

Decomposition

3.

A programming structure that allows for a choice between two or more paths based on a question.

a)

Sequence

b)

Selection

c)

Repetition

4.

A process of repeating a set of instructions until a certain condition is met.

a)

Algorithm

b)

List

c)

Repetition

5.

A graph used to represent an algorithm

a)

flowchart

b)

program

c)

Process

6.

A while loop is an example of

a)

Condition-controlled loop

b)

Count-controlled loop

c)

infinite loop

7.

A loop that repeats forever is called an infinite loop

a)

True

b)

False