NEW
Font size
WorksheetsCode.org Review
Total questions: 16
Worksheet time: 15mins
how we can make the game work
Move forward
click RUN
I don't know
Nothing
how we can move one step forward
Debugging means Fix The Problem
True
False
Solve this puzzle
Which code will get the Angry Bird to the Pig?
What is wrong with the code to get Scrat to the acorn?
The first "move forward" is not needed.
The first "turn right" should be a "turn left"
The second "move forward" is extra
The last "turn right" should be a "turn left"
A part of the program that does not work correctly.
Bug
Break
Loop
The action of doing something over and over again.
Looping
Bugging
Programming
What does this code do?
Moves forward 1 time
Moves forward forever
Moves forward 5 times
Moves left
Which of the code below will complete this puzzle?
How long are the sides of this shape?
2 pixels
120 pixels
150 pixels
Purple pixels
The language that programmers create and use to tell a computer what to do
Code
Command
Run Program
BINARY
A block is
an instruction in a coding program that can be joined to other blocks to build code
visual elements on a screen that are not text, such as pictures, icons and symbols
something a computer program can react to, such as a key being pressed or mouse being clicked
place to store data that can change in a program
Coding can be used to
Program robots
Create websites, games & apps
Tell computers what to do
All of the above
How many times will the bee collect nectar if it follows the entire path?
5
7
8
6
TRUE or FALSE: Test and change your strategy often. Don’t be afraid to try solutions before you know that they are perfect.
TRUE
FALSE
