wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Coordinate in scratch

Total questions: 30

Worksheet time: 20mins

Name
Class
Date
1.

I can make sprite move UP by 10 steps

a)

change Y by -10

b)

change Y by 10

2.

I can make sprite move DOWN by 10 steps

a)

change Y by -10

b)

change Y by 10

3.

I can make sprite move Right by 10 steps

a)

change X by -10

b)

change X by 10

4.

I can make sprite move Left by 10 steps

a)

change X by -10

b)

change X by 10

5.

I can make sprite move LEFT and RIGHT by changing

a)

X coordinates

b)

Y coordinates

6.

What other block can I use to replace "MOVE 10 STEPS" (with point in direction 90) considering I would like the same motion effect on the crab?

a)
b)
c)
d)
e)
7.

I want to move the cat to right ?

Which coordinate is true ?

a)

Y+

b)

Y-

c)

X+

d)

X-

8.
In the ordered pair (4,9), which number is the y-coordinate?
a)
4
b)
9
c)
neither
d)
both
9.
Which axis runs horizontally?
a)
x
b)
y
10.
Where is Point A on the coordinate plane?
a)
(7,4)
b)
(1,3)
c)
(9,3)
d)
(4,7)
11.

Displays the location of your X and Y positions.

a)

stage

b)

coordinates

c)

volume

12.
The Y axis is "Up" and "Down" 
a)
True 
b)
False 
13.
This is an image of the stage in scratch, which coordinates would be a location in the bottom right?
a)
x = -120
y = 145
b)
x = 200
y = -100
c)
x = 120
y = 145
d)
x = -134
y = -120
14.
This is an image of the stage in scratch, which coordinates would be a location in the top right?
a)
x = -120
y = 145
b)
x = 200
y = -100
c)
x = 120
y = 145
d)
x = -134
y = -120
15.

Where is this location on screen?

a)

To the left

b)

In the middle

c)

At the top

d)

At the bottom

16.

The X-axis is "Left" and "Right"

a)

True

b)

False

17.

Which of the following is the coordinates of of the centre of the stage in Scratch?

a)

(-180, -240)

b)

(0, 0)

c)

(0, 180)

d)

(-240, -180)

18.

The X axis is

a)

"Left" and "Right"

b)

"Up and Down"

19.

If the coordinates are set to x:0, y:0,

a)

the Sprite will be invisible.

b)

the Sprite will be in the center of the stage.

c)

the Sprite will be at the far left side of the stage.

d)

the Sprite will be at the bottom of the stage.

20.

The x coordinate is

a)

diagonal (from lowest left to highest right).

b)

vertical (up and down).

c)

horizontal (side to side).

21.

The x coordinate is

a)

diagonal (from lowest left to highest right).

b)

vertical (up and down).

c)

horizontal (side to side).

22.

Increasing the number of the y coordinate

a)

is difficult to do.

b)

increases the number of the x coordinate as well.

c)

raises the Sprite upward.

23.

the coordinate 0,0 where on the screen is it

a)

Top Left Corner

b)

Bottom Left Corner

c)

Center

24.

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

a)
b)
c)
d)
25.

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)
26.

When is this used?

a)

With the point in direction block.

b)

With the move block.

c)

When I want the game to end.

d)

When I want to change costume

27.

Where will the sprite go when the flag is clicked?

a)

to the upper left corner of the stage

b)

to the middle of the stage

c)

to the upper right corner of the stage

d)

to the bottom right corner of the stage

28.

Which of the following scripts will make the sprite Glide back and forth along the Y-axis?

a)
b)
c)
d)
29.

Which block makes your sprite face upward?

a)

Point in direction 0

b)

Point in direction 90

c)

Point in direction -90

d)

Point in direction 180

30.

When I press the green flag to start my game I want my buggy to go automatically to the starting position and point upwards. Which set of blocks would I use?

a)
b)
c)
d)