wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

MakeCode Arcade Coordinates

Total questions: 23

Worksheet time: 12mins

Name
Class
Date
1.

Which is the X value in (50, 1)

a)

50

b)

1

2.

Which is the Y value in (50, 1)?

a)

50

b)

1

3.

Which is the Y value in (50, 73)?

a)

73

b)

50

4.

Which is the X value in (10, 100)

a)

10

b)

100

5.

Pick the one with the largest X value.

a)

(0, 120)

b)

(150, 10)

c)

(2, 2)

d)

(7, 57)

6.

Pick the one with the smallest X value.

a)

(0, 120)

b)

(150, 10)

c)

(2, 2)

d)

(7, 57)

7.

Pick the one with the smallest Y value.

a)

(0, 120)

b)

(150, 10)

c)

(2, 2)

d)

(7, 57)

8.

Pick the one with the largest Y value.

a)

(0, 120)

b)

(150, 10)

c)

(2, 2)

d)

(7, 57)

9.

One way that coordinates in MakeCode are different from math class is...

a)

X goes up and down in MakeCode

b)

Y goes side to side in MakeCode

c)

0 is at the top left in MakeCode for both X and Y.

10.

One way that coordinates in MakeCode are THE SAME as math class is...

a)

X goes up and down in both and Y goes side to side.

b)

X is the same (up and down) but Y is not used.

c)

X is side to side and Y is up and down.

11.

Which corner in MakeCode has a Y value of 0?

a)

A

b)

C

c)

D

12.

Which corner in MakeCode has a Y value of 120?

a)

A

b)

B

c)

D

13.

Which corner in MakeCode has a X value of 160?

a)

A

b)

B

c)

C

14.

Which corner in MakeCode has a X value of 0?

a)

A

b)

B

c)

D

15.

Which letter is closest to (160, 0)?

a)

A

b)

B

c)

C

d)

D

16.

Which letter is closest to (0,0)?

a)

A

b)

B

c)

C

d)

D

17.

Which letter is closest to (160,120)?

a)

A

b)

B

c)

C

d)

D

18.

Which letter is closest to (0,120)?

a)

A

b)

B

c)

C

d)

D

19.

Which of these will have a larger X?

a)
b)
20.

Which of these will have a larger X?

a)
b)
21.

Oh no! My car is in the water instead of on the street. What do I need to change?

a)

X to 0

b)

X to 75

c)

Y to 0

d)

Y to 50

22.

I want my car to start on the left side. What change should I make?

a)

X to 0

b)

X to 75

c)

Y to 0

d)

Y to 50

23.

How about the RIGHT side? What change should I make?

a)

X to 0

b)

X to 160

c)

Y to 0

d)

Y to 50