NEW
Font size
S
M
L
XL
WorksheetsProgramming Lesson 3
Total questions: 12
Worksheet time: 6mins
Name
Class
Date
1.
A block of programming that analyzes variables and chooses a direction in which to go.
a)
control structure
b)
sequence structure
c)
selection structure
d)
iteration structure
2.
Enables a programmer to determine the order in which instructions are executed, the number of times, or even if an instruction is executed
a)
control structure
b)
sequence structure
c)
selection structure
d)
iteration structure
3.
Instructions that the computer follows one by one from top to bottom until the program reaches the end
a)
control structure
b)
sequene structure
c)
selection structure
d)
iteration structure
4.
decision structure
a)
control structure
b)
sequence structure
c)
selection structure
d)
iteration structure
5.
Uses a conditional statement
a)
control structure
b)
sequence structure
c)
selection structure
d)
iteration structure
6.
if/else statement
a)
control structure
b)
sequence structure
c)
selection structure
d)
iteration structure
7.
Allows the computer to make a choice between alternative conditions
a)
control structure
b)
sequence structure
c)
selection structure
d)
iteration structure
8.
includes while, do while, and for statements
a)
control
b)
sequence
c)
selection
d)
iteration
9.
Iteration structure
a)
control
b)
sequence
c)
selection
d)
looping
10.
Two basic types of loops are controlled by "count" or by "event"
a)
control
b)
sequence
c)
selection
d)
iteration
11.
Often has "repeat" in structure
a)
control
b)
sequence
c)
selection
d)
iteration
12.
Instructs the computer to repeat a set of instructions until some condition is met - While a condition is true, run the loop
a)
control
b)
sequence
c)
selection
d)
iteration
Reset
