Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Scratch Motion Blocks

Total questions: 5

Worksheet time: 2mins

Name
Class
Date
1.

Which block would you use to set the initial position of a sprite at the start of a Scratch project?

a)

"go to x: [ ] y: [ ]"

b)

"change x by [ ]"

c)

"point in direction [ ]"

d)

"turn [ ] degrees"

2.

How can you use a repeat block to make a sprite move in a square path?

a)

Use a repeat block with 4 iterations, moving the sprite forward and turning 90 degrees each time

b)

Use a repeat block with 2 iterations, moving the sprite forward and turning 180 degrees each time

c)

Use a repeat block with 8 iterations, moving the sprite forward and turning 45 degrees each time

d)

Use a repeat block with 6 iterations, moving the sprite forward and turning 60 degrees each time

3.

This block points its sprite in the specified direction; this rotates the sprite.

a)
b)
c)
d)
4.

This block changes the Rotation Style of the sprite in-project.

a)
b)
c)
d)
5.

What does the "change x by 10" block do specifically?

a)

Moves the sprite 10 steps to the right

b)

Changes the sprite's x-coordinate by 10 pixels

c)

Rotates the sprite 10 degrees

d)

Increases the sprite's size by 10