NEW
Font size
WorksheetsLessons 1-5 Test Review
Total questions: 17
Worksheet time: 12mins
A list of steps to finish a task.
algorithm
debugging
program
sequencing
Finding and fixing problems in an algorithm or program.
debugging
command
bug
program
Putting commands in correct order so computers can read the commands.
sequencing
program
algorithm
bug
An algorithm that has been coded into something that can be run by a machine.
program
blockly
code
debugging
The art of blending human ideas and digital tools to increase problem solving power
computer science
debugging
sequencing
code
A visual programming language that lets users program by connecting digital blocks.
blockly
code
sequencing
command
An error in the program that prevents the program from running as expected.
bug
debugging
spider
command
One or more commands or algorithms designed to be carried out by a computer.
code
blockly
sequencing
program
An instruction for the computer.
command
computer science
algorithm
bug
Trying again and again even when something is very hard.
persistance
communication
emphathy
critical thinking
What will happen when you click run?
The bird will run into TNT.
The bird will end up 1 step short of the pig.
The bird will make it to the pig.
What is the first bug that will make this program fail?
The program won't fail. Scrat will get to the acorn.
He takes too few steps and doesn't make it to the acorn.
Scrat will go the wrong way after his final turn.
What turns will Scrat make in this puzzle?
left turns only
right turns only
both right and left turns
What will happen when you press "Run"?
She collects 1 treasure.
She collects 4 pieces of treasure using this code.
an error occurs since there is no treasure where she stops
What is the correct program to reach the pig?
Move forward, turn left, move forward 5 times
Turn right, move forward, turn right, move forward twice, turn right, move forward
Turn right, move forward, turn left, move forward 3 times, turn left, move forward
What is the correct program to reach the pig?
Move forward, turn left, move forward, turn right, move forward
Move forward, turn right, move forward, turn left, move forward
Move forward, turn right, move forward, turn right, move forward
If Scrat moves forward, turns right, and moves forward 2 more times, what is going to happen?
Scrat will reach the acorn!
Scrat will go for a swim!
Scrat will reach the cracked ice.
Scrat will be one more short of the acorn.
