Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Code.org Unit 3 Lessons 15-17

Total questions: 10

Worksheet time: 7mins

Name
Class
Date
1.

Reorder the following to make a Sprite in Code.org

a)

b)

c)

1)
2)
3)
2.

What is going to happen when this code is run?

a)

the Pear will grow larger and then turn into the apple (fruit)

b)

the apple (fruit) will grow larger and then turn into the pear

c)

the apple (fruit) and pear will grow larger

d)

there will be a bowl of fruit that will rotate on the stage

3.

In this set of code, what will cause the dinosaur turn into the pterodactyl?

a)

in the conditional block the dinosaur will turn into the pterodactyl when it hits a number of 250 or greater on the y axis

b)

in the conditional block the dinosaur will turn into the pterodactyl when it hits a number of 250 or less on the y axis

c)

in the conditional block the dinosaur will turn into the pterodactyl when it hits a number of 250 or less on the x axis

d)

in the conditional block the dinosaur will turn into the pterodactyl when it hits a number of 250 or greater on the x axis

4.

Do you need to change sprite's x or y property to move it to the right?

a)

x

b)

y

5.

Debug this set of code. The turtle will move up and down but it won't move to the left. How can we debug this issue?

a)

the left key down should be on the y axis

b)

the left key down code should be positive math block

c)

the left key down code should have a Random Number Math block

d)

the left key down code is missing the sprite x block

6.

Match the code to the correct direction the sprite will move using the keyboard.

a)

1.

Move Up

b)

2.

Move Down

c)

3.

Move Left

d)

4.

Move Right

7.

Read the code. What is going to happen to the Gears when the space bar is pressed?

a)

nothing they will spin in the same direction

b)

the gears will spin the opposite direction when the shift key is pressed

c)

the gears will spin in the opposite direction when the space bar is pressed

8.

When the left mouse button is pressed the balloon will move down. Choose the correct code below that will cause the balloon to move up.

a)

b)

c)

d)

9.

The ghost moves left and right. How can we code the ghost to move up and down. Pick the next set of code that will cause the ghost to move up the screen.

a)

b)

c)

10.

In Code.org where is the origin located?

a)

in the center

b)

in the upper right corner

c)

in the upper left corner

d)

in the lower left corner