wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Motion Blocks in Scratch

Total questions: 20

Worksheet time: 20mins

Name
Class
Date
1.

It is one of the ten categories of Scratch blocks. They are color-coded medium-blue and are used to control a sprite's movement. They are available only for sprites.

a)

Motion Blocks

b)

Control Blocks

c)

Sensing Blocks

d)

Events Blocks

2.

This block moves its sprite forward the specified amount of steps in the direction it is facing.

a)
b)
c)
d)
3.

These blocks turn their sprite the specified amount of degrees clockwise or counter-clockwise (depending on which block is used); this changes the direction the sprite is facing.

a)
b)
c)
d)
4.

This block sets its sprite's X and Y position to that of the mouse-pointer, an arbitrary coordinate, or another sprite

a)
b)
c)
d)
5.

This block sets its sprite's X and Y position to the specified amounts.

a)
b)
c)
d)
6.

This block moves its sprite steadily to the specified X and Y position in the specified amount of seconds -

a)
b)
c)
d)
7.

This block moves its sprite at a steady pace to the specified sprite or the mouse-pointer from a drop-down

a)
b)
c)
d)
8.

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

a)
b)
c)
d)
9.

It is a motion block and a Stack block that points its sprite towards the mouse-pointer or the costume center of another sprite.

a)
b)
c)
d)
10.

This block checks to see if its sprite is touching the edge of the screen.

a)
b)
c)
d)
11.

Which of the following is NOT a relative motion block?

a)
b)
c)
d)
12.

Which of the following is NOT considered as an absolute motion block?

a)
b)
c)
d)
13.

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

a)
b)
c)
d)
14.

This block moves its sprite costume center's X position by the specified amount.

a)
b)
c)
d)
15.

This block moves its sprite's Y position by the specified amount.

a)
b)
c)
d)
16.
a)
Go Up 
b)
Go Down 
c)
Go Left 
d)
Go Right 
17.
a)
Make the character spin
b)
Make the ball bounce
c)
Start the game 
d)
Add a sprite
18.
The Y axis is "Up" and "Down" 
a)
True 
b)
False 
19.

What do you think this code will make the sprite do?

a)

Make a character dance

b)

Make a sound play

c)

rotate a character

d)

chase the mouse

20.
Which option lets me move to the right?
a)
"change x by 10"
b)
"change y by 10"
c)
"set x to 0"
d)
"set y to 0"