Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Programming - Algorithms in Pseudocode & Flow Diagrams

Total questions: 10

Worksheet time: 3mins

Name
Class
Date
1.
When planning an algorithm using flowcharts, you can use any symbols you'd like.
a)
False
b)
True
2.
On a flowchart, decisions are represented using diamond shapes.
a)
True
b)
False
3.
Processes on a flowchart are represented using ovals.
a)
False
b)
True
4.
Pseudocode is used by the computer to know what an algorithm should do.
a)
False
b)
True
5.
There is not one main standard for pseudocode.
a)
True
b)
False
6.
The pseudocode INPUT SCORE describes that data inputted into the system should be stored in the variable SCORE.
a)
True
b)
False
7.
In a flowchart input and output actions are represented by:
a)
Parallelograms
b)
Diamonds
c)
Rectangles
d)
Circles
8.
The correct pseudocode for a loop that runs a set number of times is:
a)
FOR
b)
WHILE
c)
REPEAT
d)
LOOP
9.
Pseudocode is complex and should contain comments explaining the operation of the code.
a)
False
b)
True
10.
On a flowchart, a decision will always have:
a)
Two exit arrows
b)
One exit arrow
c)
Three exit arrows
d)
Four exit arrows