wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Y7 - Flowol & Flowcharts - EOU

Total questions: 50

Worksheet time: 34mins

Name
Class
Date
1.

Which of the following shapes is classed as a Process?

2.

Which of the following shapes is classed as a Start/Stop?

3.

Which of the following shapes is classed as a Decision?

4.

Which of the following shapes is classed as Input/Output?

5.

Which of the following shapes is classed as Flow of Direction?

6.
'Is the button pressed?' is a
a)
Process
b)
Delay
c)
Terminator
d)
Decision
7.
'Switch the light on' is a
a)
Process
b)
Delay
c)
Terminator
d)
Decision
8.
'Make a sound' is a
a)
Process
b)
Delay
c)
Terminator
d)
Decision
9.
What is an Algorithm?
a)
A set of instructions in order
b)
A task for the computer
10.

What software do we use to create Flowcharts?

a)

Flowol

b)

Scratch

c)

Photoshop

d)

None of the above

11.

How many INPUTS are shown on the image?

a)

1

b)

2

c)

5

d)

6

12.

How many OUTPUTS are shown on the image?

a)

1

b)

2

c)

5

d)

6

13.
Which of these best describes sequencing?
a)
The time it takes to think computationally
b)
The order in which steps are carried out
c)
The process of repeating a number of steps
d)
The length of a set of steps
14.
Which of these best describes why sequencing is important?
a)
To ensure that a set of steps only takes a specified amount of time to run
b)
To ensure that certain steps are ignored
c)
To ensure that a set of steps produce the intended result
d)
To ensure that a set of steps doesn't run at all
15.
Which of these is another name for a set of steps that solve a problem?
a)
Iteration
b)
Selection
c)
Subroutine
d)
Algorithm
16.
Look at the flowchart shown. The flowchart shows the control system for a zebra crossing. The control system should make the lights flash on and off repeatedly but it is not working. Why is this?
a)
There isn't a stop symbol
b)
It doesn't use iteration
c)
The lights are only ever turned on
d)
The delay is too long
17.
Look at the flowchart shown. The flowchart shows the control system for a zebra crossing. Which symbol are the actions 'Turn Light on' and 'Turn Light off' found in?
a)

Terminator symbol

b)

Process symbol

c)

Input/Output symbol

d)

Decision symbol

18.
Look at the flowchart shown. The flowchart shows the control system for a zebra crossing. Which symbol are the 'Delay 2' actions found in?
a)

Terminator symbol

b)

Process symbol

c)

Input/Output symbol

d)

Decision symbol

19.

Look at the flowchart shown. The flowchart shows the control system for a zebra crossing. In order for the lights to flash continuously what is implemented on the flowchart?

a)

A decision

b)

A termination

c)

A loop

d)

An input

20.
True or False: A flowchart does not need to have a terminator Start symbol.
a)
True
b)
False
21.
True or False: A flowchart does not need to have a termintor Stop symbol.
a)
True
b)
False
22.

Match the definition to the keyword:

a)

Iteration

1.

Repeating steps, or instructions

b)

Sequencing

2.

Specific order of instructions

c)

Selection

3.

a decision or a questions

d)

Algorithm

4.

A step-by-step instructions

23.

What is the purpose of a loop in a flowchart?

a)

To make a decision

b)

To perform a set of actions repeatedly

c)

To end the flowchart

d)

To input data

24.

Which component in a flowchart represents the start or end of the program?

a)

Process symbol

b)

Decision symbol

c)

Input/Output symbol

d)

Terminator symbol

25.

What does a 'Decision' symbol in a flowchart typically represent?

a)

A process or action being carried out

b)

A point where the outcome of a decision determines the next step

c)

The beginning or end of a flowchart

d)

A loop or repetition of steps

26.

Why are loops used in programming?

a)

To make decisions

b)

To terminate the program

c)

To repeat a set of instructions until a condition is met

d)

To define a sequence of steps

27.
What is the Output if the temperature is:
19
a)
Below Freezing
b)
Above Freezing
28.
What is the Output if the user enters:
Yes
a)
Leave umbrella at home
b)
Take an umbrella
29.

What does selection mean?

a)

Selection is following instructions in order.

b)

Selection is to repeat something over and over again

c)

Selection is when you have a choice of options

d)

Selection is choosing the best option

30.

What is iteration?

a)

This is choosing what to do next

b)

This means doing something in order

c)

It is repeating something over and over again.

d)

It is writing pseudocode

31.

Click on on of the input devices:

**There are 4!

32.

Click on on of the output devices:

**There are 2!!

33.

Click on on of the input AND output devices:

34.
The image shows the Flume mimic on Flowol. Which one shows the correct number of inputs and outputs?
a)

Inputs = 5

Outputs = 5

b)

Inputs = 9

Outputs = 5

c)

Inputs = 5

Outputs = 9

d)

Inputs = 8

Outputs = 6

35.
Which of the following best describes what Flowol is used for?
a)
Flowol is a video editing software used for creating professional quality videos
b)
Flowol is an image manipulation software used for creating and editing pictures and drawing illustrations
c)
Flowol is a programming software used to create simulations of control systems and automation
d)
Flowol is a sound editing software used for creating and editing sound files
36.

The image shows an error in the flowchart when adding a loyalty card as a newly issued loyalty card is not added. Which of these will fix the error?

a)
b)
c)
d)
37.

The image shows an error in the flowchart when items are scanned as the last item will currently not be scanned. Which of these will fix the error?

a)
b)
c)
d)
38.
The image shows a flowchart for writing and sending an email. According to the flowchart, what happens if there are errors in the email?
a)

The email is sent

b)

The email Is deleted

c)

The email is complete

d)

The email is corrected and reread

39.
The image shows a flowchart for deciding what to put on before leaving the house. Which of these is NOT a decision shown in the flowchart?
a)

Is it cold outside?

b)

Is it raining outside?

c)

Is it snowing outside?

d)

Is the sun shining?

40.
The image shows a flowchart for deciding what to put on before leaving the house. Which of these statements is NOT true?
a)

A shirt will always be put on

b)

Sunglasses will always be put on

c)

A coat will always be put on

d)

They will always leave the house

41.
The image shows a flowchart for deciding what to put on before leaving the house. How many decisions are shown?
a)

1

b)

2

c)

3

d)

4

42.
Which of these flowcharts contains iteration which could repeat an action?
a)
b)
c)
d)

43.
Which of these steps is an output?
a)

Open a file

b)

Click 'File'

c)

Click 'Print'

d)

A printed document

44.
Which of these steps is an input?
a)

Pick up the phone

b)

Type in phone number

c)

Put the phone down

d)

Hang up

45.
What is the purpose of output in a flowchart?
a)

To show the result or outcome of the process

b)

To provide a decision point in the process

c)

To start or end a process

d)

To enter something into the process

46.
The image shows a simple flowchart containing an error. Which two symbols are not in the correct order?
a)

1 and 2

b)

2 and 3

c)

3 and 4

d)

4 and 5

47.
What is the purpose of a subroutine in a flowchart?
a)
To display the output of a process
b)
To run a set of instructions repeatedly
c)
To call and run a set of instructions that perform a specific task
d)
To represent a decision point in the process
48.

This flowchart is made to ...

a)

Check whether a number is odd or even

b)

Decide if we like a number or not

c)

Calculate the remainder of a number + 2

d)

Help people with Maths

49.

In this flowchart the diamond shape helps with...

a)

Deciding whether the student should pass or fail

b)

Adding up the student's marks

c)

Making sure the student gets good marks

d)

Checking the student's general behaviour

50.
What would be the output of this flowchart if the student scored 89?
a)
Fail
b)
Pass
c)
Merit
d)
Distinction