wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Flowcharts

Total questions: 24

Worksheet time: 16mins

Name
Class
Date
1.

Which statement best describes a flowchart?

a)

A code editor that compiles programs

b)

A table that stores numbers only

c)

A diagram that shows steps visually

d)

A paragraph that lists facts alphabetically

2.

What is the purpose of the parallelogram labeled INPUT shape in the flowchart diagram?

a)

Show a calculation step

b)

Decide between two paths

c)

Receive data from user

d)

Display final output

3.

Which statement best describes the role of a diamond in a flowchart?

a)

It splits flow based on a decision

b)

It stores the program data

c)

It starts or stops the process

d)

It prints the final results

4.

In computing, what does the term algorithm mean?

a)

A single command typed into a console

b)

A physical device that stores programs

c)

A picture that represents an application

d)

A list of ordered steps to solve a task

5.

Which question would be appropriate to place inside the diamond shape in a flowchart?

a)

Is it correct?

b)

Enter your password

c)

Wear a jacket

d)

Start now

6.

In a simple flowchart, which shape is best used to show the beginning of the process?

a)

Oval labeled Start

b)

Rectangle labeled Start

c)

Diamond labeled Start

d)

Parallelogram labeled Start

7.

Which shape represents a Yes/No question in a flowchart?

a)

Oval shape

b)

Diamond shape

c)

Rectangle shape

d)

Parallelogram shape

8.

What shape is typically used to represent a process step in a flowchart?

a)

Diamond shape

b)

Parallelogram shape

c)

Rectangle shape

d)

Oval shape

9.

In a flowchart, which shape is used to indicate an output or input?

a)

Parallelogram

b)

Diamond

c)

Rectangle

d)

Oval

10.
What is an Algorithm?
a)
A set of instructions in order
b)
A task for the computer
11.
What is the purpose of a flowchart?
a)
To plan the program before it is made
b)
Because it is easier
12.
What does this symbol represent?
a)
Start
b)
Sub
c)
Decision
d)
Process
13.
What is this symbol used for in a flowchart?
a)
A decision/question
b)
A task to carry out
14.
What symbol do flowcharts begin with?
a)
oval
b)
parallelogram
c)
rectangle
d)
diamond
15.
What is the name of this symbol in a flowchart?
a)
Input
b)
Output
c)
Decision/Question
d)
Process
16.
What does this shape represent?
a)
Input/Output
b)
Decision
c)
Process
d)
Start/Stop
17.
What is the purpose of an arrow in a flowchart?
a)
Shows the relationships between shapes/ the flow of information
b)
They look nice when we use them
c)
We don't use arrows
d)
Shows the way the arrow is directed
18.
Can this shape be used for both Start and Stop?
a)
Yes
b)
No
19.

How many arrows come out of the end symbol in the flowchart?

a)

0

b)

1

c)

2

d)

3

20.

How many arrows come out of the start symbol in the flowchart?

a)

0

b)

1

c)

2

d)

3

21.

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

22.

In a flowchart, what does an oval shape signify?

a)

A decision or branching point

b)

Input or output

c)

Start or end of the algorithm

d)

A process or action

23.

Which shape in a flowchart represents a process or action?

a)

Oval

b)

Diamond

c)

Rectangle

d)

Parallelogram

24.

Why are flowcharts important in programming?

a)

They make it easier to debug programs

b)

They provide a visual representation of the algorithm

c)

They reduce the amount of code needed

d)

They increase the speed of the program