Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Code.org Classic Maze

Total questions: 30

Worksheet time: 17mins

Name
Class
Date
1.

What coding language is used for Code.org's Class Maze?

a)

Blocky

b)

Microsoft

c)

Code Puzzle

2.

How is the code that is used for Code.org's Classic Maze different than most other code?

a)

Most code is typed, Blocky is visual.

b)

Blocky uses hashtags, most code does not.

c)

Blocky requires proper punctuation, most code does not.

3.

What is a program?

a)

A set of instructions for your computer to follow.

b)

A computer generated language.

c)

A list of instructions for a programmer to follow.

4.

Where is the program run in the Code.org screenshot?

a)

A

b)

B

c)

C

5.

Where is the toolbox in the Code.org screenshot?

a)

A

b)

B

c)

C

6.

Where is the workspace where you will build your program in the Code.org screenshot?

a)

A

b)

B

c)

C

7.

Will the code successfully move the angry bird to the pig?

a)

yes

b)

no

8.

Will the code safely and successfully move the angry bird to the pig?

a)

yes

b)

no

9.

Will the code safely and successfully move the angry bird to the pig?

a)

yes

b)

no

10.

What block of code needs to be added to the program to successfully and safely move the angry bird to the pig?

a)

move forward

b)

turn left

c)

turn right

11.

Will the code safely and successfully move the angry bird to the pig?

a)

yes

b)

no

12.

Will the code safely and successfully move the angry bird to the pig?

a)

yes

b)

no

13.

Will the code safely and successfully move the angry bird to the pig?

a)

yes

b)

no

14.

Can you put more than one command inside of a repeat block?

a)

yes

b)

no

15.

Will the code safely and successfully move the angry bird to the pig?

a)

yes

b)

no

16.

Will the code safely and successfully move the angry bird to the pig?

a)

yes

b)

no

17.

What change needs to be made to the repeat block for the angry bird to successfully reach the pig?

a)

5

b)

4

c)

3

18.

Will the code safely and successfully move the angry bird to the pig?

a)

yes

b)

no

19.

How many steps forward will the angry bird move?

a)

As many steps as it takes to reach the pig.

b)

5 steps

c)

The code is reversed, the angry bird will not move.

20.

Will the code safely and successfully move the angry bird to the pig?

a)

yes

b)

no

21.

Which program will successfully move the zombie to the sunflower?

a)
b)
c)
22.

Which block of code should be added to the program to successfully move the zombie to the sunflower?

a)

A

b)

B

c)

C

23.

Will the code successfully move the zombie to the sunflower?

a)

yes

b)

no

24.

Which block of code should be added to the program to successfully move Scrat to the acorn?

a)

A

b)

B

c)

C

25.

Which program will successfully move Scrat to the acorn?

a)
b)
c)
26.

Will the code successfully move Scrat to the acorn?

a)

yes

b)

no

27.

Which block of code should be added to the program to successfully move Scrat to the acorn?

a)

A

b)

B

c)

C

28.

Which program will successfully move Scrat to the acorn?

a)
b)
c)
29.

Which choice best explains this code?

a)

The character will move forward if there is a path ahead and turn right if there is no path ahead.

b)

The character will turn right if there is a path ahead and move forward if there is no path ahead.

c)

The character will turn right if there is a path ahead and turn left if there is no path ahead.

30.

Did the coder exceed the the limit for code blocks?

a)

yes

b)

no