NEW
Font size
WorksheetsMakeCode Arcade Coordinates
Total questions: 23
Worksheet time: 12mins
Which is the X value in (50, 1)
50
1
Which is the Y value in (50, 1)?
50
1
Which is the Y value in (50, 73)?
73
50
Which is the X value in (10, 100)
10
100
Pick the one with the largest X value.
(0, 120)
(150, 10)
(2, 2)
(7, 57)
Pick the one with the smallest X value.
(0, 120)
(150, 10)
(2, 2)
(7, 57)
Pick the one with the smallest Y value.
(0, 120)
(150, 10)
(2, 2)
(7, 57)
Pick the one with the largest Y value.
(0, 120)
(150, 10)
(2, 2)
(7, 57)
One way that coordinates in MakeCode are different from math class is...
X goes up and down in MakeCode
Y goes side to side in MakeCode
0 is at the top left in MakeCode for both X and Y.
One way that coordinates in MakeCode are THE SAME as math class is...
X goes up and down in both and Y goes side to side.
X is the same (up and down) but Y is not used.
X is side to side and Y is up and down.
Which corner in MakeCode has a Y value of 0?
A
C
D
Which corner in MakeCode has a Y value of 120?
A
B
D
Which corner in MakeCode has a X value of 160?
A
B
C
Which corner in MakeCode has a X value of 0?
A
B
D
Which letter is closest to (160, 0)?
A
B
C
D
Which letter is closest to (0,0)?
A
B
C
D
Which letter is closest to (160,120)?
A
B
C
D
Which letter is closest to (0,120)?
A
B
C
D
Which of these will have a larger X?
Which of these will have a larger X?
Oh no! My car is in the water instead of on the street. What do I need to change?
X to 0
X to 75
Y to 0
Y to 50
I want my car to start on the left side. What change should I make?
X to 0
X to 75
Y to 0
Y to 50
How about the RIGHT side? What change should I make?
X to 0
X to 160
Y to 0
Y to 50
