wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Algorithm

Total questions: 10

Worksheet time: 6mins

Name
Class
Date
1.

What is an Algorithm?

a)

A chart showing the flow of a series of events

b)

Step-by-step instructions used to solve a problem

c)

A decision arrived at by following instructions

d)

A computer program that follows a chart

2.

An algorithm ...

a)

... illustrates some steps, in no particular order, and following no logical reasoning

b)

... illustrates some random shapes in a flowchart but in a set order

c)

... illustrates a series steps in a particular order, following logical reasoning

d)

... illustrates series of decisions needed to bake a cake

3.

An Algorithm has 4 main characteristics. It should be....

a)

Doable, Understandable, finite and precise

b)

Doable, Creative, finite and precise

c)

Doable, Understandable, Infinite and precise

d)

Amazing, Understandable, finite and precise

4.

Start

Put your hand on the doorknob

Turn the doorknob to the side until it unlocks the door

Push or pull the door to open it

End

..................................................

What would be an appropriate title for this algorithm?

a)

How to push a door

b)

Steps to touch a doorknob

c)

Steps to stand in front of a door

d)

How to open a door

5.

Why is this not a sequence?

Start car

Put in key

Turn key

Drive away

a)

There are spelling mistakes

b)

The instructions are in the correct order

c)

The instructions are in the wrong order

d)

It is a sequence

6.

Which algorithm, will NOT take you from A to B?

a)

UP 1

RIGHT 5

UP 2

b)

RIGHT 1

UP 3

RIGHT 4

c)

UP 2

RIGHT 5

UP 1

d)

LEFT 1

UP 3

RIGHT 5

7.

Which of these is NOT an example of an algorithm?

a)

a Poem

b)

Written note for how to make a cup of tea

c)

Car manual

d)

Recipe

8.

When you write an algorithm the order of the instructions is very important.

a)

True

b)

False

9.

Which of the following are types of Algorithms?

a)

Recipes

b)

Class Schedules

c)

Map Directions

d)

All of These

10.

sum = number 1 + number 2

is what type of statement?

a)

Input

b)

Processing

c)

Output