wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Algorithms and Flowol

Total questions: 13

Worksheet time: 7mins

Name
Class
Date
1.
What command is this shape for?
a)
START / STOP
b)
INPUT / OUTPUT
c)
PROCESS
d)
DECISION
2.
What does this shape represent?
a)
Input/Output
b)
Decision
c)
Process
d)
Start/Stop
3.
What does this shape represent?
a)
Decission
b)
Process
c)
Input/Output
d)
Start/End
4.
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
5.

Algorithm is a

a)

Step by step procedure

b)

difficult procedure

c)

complex

d)

hard steps

6.

______________________ is a pictorial representation of steps.

a)

Algorithm

b)

Flowchart

c)

Connectors

d)

Flowlines

7.

We use different boxes in

a)

steps

b)

flowchart

c)

algorithm

d)

quiz

8.

Flowcharts are from

a)

Left

b)

Right

c)

Bottom

d)

Top to bottom

9.

Step by step procedure to solve any problem___

a)

Flowchart

b)

Algorithm

c)

Program

10.

An ________ is a step by step process of doing task.

a)

Program

b)

Algorithm

11.

_______ is the process of repetition based on certain conditions.

a)

Conditional

b)

Iteration

12.
In programming, what is iteration?
a)
The repetition of steps within a program
b)
The order in which instructions are carried out
c)
A decision point in a program
d)
Testing a program to make sure it works
13.

Which is the definition of "sequence"?

a)

A set of instructions in a specific order

b)

Where instructions repeat

c)

Code where decisions are made