wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Flowchart Sequence

Total questions: 10

Worksheet time: 8mins

Name
Class
Date
1.
What is this symbol?
a)
Decision
b)
Input/Output
c)
Start/End
d)
Process
2.
What does this shape represent?
a)
Decission
b)
Process
c)
Input/Output
d)
Start/End
3.

What should be considered when designing an algorithm?

a)

If there is more than one way of solving the problem

b)

If the correct hardware is being used

c)

If the correct software is being used

4.

What is a flowchart?

a)

A flowchart is a text-based way of designing an algorithm

b)

A flowchart is a specific programming language

c)

A flowchart is a diagram that represents a set of instructions

5.

How are symbols connected together in a flowchart?

a)

Symbols do not get connected together in a flowchart

b)

With lines and an arrow to show the direction of flow

c)

By numbers

6.

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

a)

True

b)

False

7.
What's missing from this part of a flowchart?
a)
An Arrow
b)
A Line
c)
A Square
d)
A Diamond
8.
When planning an algorithm using flowcharts, you can use any symbols you'd like.
a)
False
b)
True
9.

What type of algorithm is shown in this story?

a)

Sequence

b)

Selection

c)

Iteration/looping

10.
What command is this shape for?
a)
References another part of the program
b)
Data that is going in as input or coming out as output
c)
Processing something - a calculation or storing something into a variable
d)
Shows the direction of the program