WorksheetsControl Structure
Total questions: 11
Worksheet time: 4mins
What are the three main programming structures?
Sequence, selection, iteration
Machine, assembly, high-level
Which control structure use If ...Else statement ?
Sequence
Selection
Using the Logical Operator ( OR) What is the Result in the Blank in the table
0
1
Using the Logical Operator ( AND ) What is the Result in the Blank in the table
0
1
Look at the decision tree and answer the question below.
What word(s) goes in position 1
Can Fly ?
Penguin
Look at the decision tree and answer the question below.
What word(s) goes in position 2
can fly ?
Dolphin
Yes
In Sequential control structure
Code is executed (run) line by line
Statements are executed (run) according to the conditional statement ( num > 9)
Code is repeated set number of time
How well did you understand the three control structures in a programming language?
Excellently!
Very Good!
Good!
Need to restudy the topic.
