NEW
Font size
Worksheets3.1 Sequence and Debugging
Total questions: 12
Worksheet time: 15mins
We can change the order in sequence of code and get the same result every time.
Yes
No
I am not sure
A person who writes code is called a
Game creator
Computer programmer
Player
Scientist
Is the sequence in correct order?
No
Yes
I'm not sure
What is a sequence?
Read through the code below very carefully. What will happen when you click "Run"?
The bird will run into the TNT.
I don't know.
The bird will make it to the pig.
The bird will end up one step short of the pig.
Something is quite not right. Remove one block to get Scrat to the acorn.
When run
Move forward
Turn left
I don't know
The last block from the code is missing. What is it?
Move foward
Turn left
Turn right
Collect
This code will move forward three times and then turn left three times.
True
False
May be
I don't know
