WorksheetsCode.org Classic Maze
Total questions: 30
Worksheet time: 17mins
What coding language is used for Code.org's Class Maze?
Blocky
Microsoft
Code Puzzle
How is the code that is used for Code.org's Classic Maze different than most other code?
Most code is typed, Blocky is visual.
Blocky uses hashtags, most code does not.
Blocky requires proper punctuation, most code does not.
What is a program?
A set of instructions for your computer to follow.
A computer generated language.
A list of instructions for a programmer to follow.
Where is the program run in the Code.org screenshot?
A
B
C
Where is the toolbox in the Code.org screenshot?
A
B
C
Where is the workspace where you will build your program in the Code.org screenshot?
A
B
C
Will the code successfully move the angry bird to the pig?
yes
no
Will the code safely and successfully move the angry bird to the pig?
yes
no
Will the code safely and successfully move the angry bird to the pig?
yes
no
What block of code needs to be added to the program to successfully and safely move the angry bird to the pig?
move forward
turn left
turn right
Will the code safely and successfully move the angry bird to the pig?
yes
no
Will the code safely and successfully move the angry bird to the pig?
yes
no
Will the code safely and successfully move the angry bird to the pig?
yes
no
Can you put more than one command inside of a repeat block?
yes
no
Will the code safely and successfully move the angry bird to the pig?
yes
no
Will the code safely and successfully move the angry bird to the pig?
yes
no
What change needs to be made to the repeat block for the angry bird to successfully reach the pig?
5
4
3
Will the code safely and successfully move the angry bird to the pig?
yes
no
How many steps forward will the angry bird move?
As many steps as it takes to reach the pig.
5 steps
The code is reversed, the angry bird will not move.
Will the code safely and successfully move the angry bird to the pig?
yes
no
Which program will successfully move the zombie to the sunflower?
Which block of code should be added to the program to successfully move the zombie to the sunflower?
A
B
C
Will the code successfully move the zombie to the sunflower?
yes
no
Which block of code should be added to the program to successfully move Scrat to the acorn?
A
B
C
Which program will successfully move Scrat to the acorn?
Will the code successfully move Scrat to the acorn?
yes
no
Which block of code should be added to the program to successfully move Scrat to the acorn?
A
B
C
Which program will successfully move Scrat to the acorn?
Which choice best explains this code?
The character will move forward if there is a path ahead and turn right if there is no path ahead.
The character will turn right if there is a path ahead and move forward if there is no path ahead.
The character will turn right if there is a path ahead and turn left if there is no path ahead.
Did the coder exceed the the limit for code blocks?
yes
no
