wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

XY Coordinate in Scratch

Total questions: 20

Worksheet time: 21mins

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