NEW
Font size
S
M
L
XL
WorksheetsProgramming - Sequence in an Algorithm
Total questions: 10
Worksheet time: 3mins
Name
Class
Date
1.
The order of instructions in a computer program is not important.
a)
False
b)
True
2.
Sequential programs execute in the same way every time.
a)
True
b)
False
3.
The order of sequential programs can be adjusted using IF statements.
a)
False
b)
True
4.
Which of the following are not features of sequential programs?
a)
Loops
b)
Instructions
c)
Comments
d)
Variables
5.
Which of the following pseudocode statements could be used in a sequential program?
a)
count = count + 1
b)
IF count > 5 THEN
c)
WHILE count < 5
6.
Sequential programs always produce outputs in the same order.
a)
True
b)
False
7.
Which of the following is an example of a sequential program?
a)
Production line
b)
Computer game
c)
Spreadsheet
d)
Web browser
8.
The order in which sequential programs execute can be changed by the actions of a user.
a)
False
b)
True
9.
What type of programs tend to be sequential in nature?
a)
Control
b)
Desktop
c)
Mobile
d)
Cloud
10.
There are never any sequential programs.
a)
False
b)
True
Reset
