NEW
Font size
WorksheetsSCratch Coordinates
Total questions: 22
Worksheet time: 12mins
What is a character in Scratch called?
Bat
Cat
Sprite
Crab
Which word below describes the use of a repetition block?
Order
Steps
Loop
Decision
Displays the location of your X and Y positions.
stage
coordinates
volume
What is the backdrop area called in Scratch?
Ground
Paint
Area
Stage
What does this code block do?
Go Up
Go Down
Go Left
Go Right
y = 145
y = -100
y = 145
y = -120
y = 145
y = -100
y = 145
y = -120
Where is this location on screen?
To the left
In the middle
At the top
At the bottom
The X-axis in Scratch is "Up and Down?"
True
False
What you will use to change the location of the scratch ?
Costume tab
Coordinates
Stage Information
File Menu
The X-axis is "Left" and "Right"
True
False
When clicked point left and forever move 10 steps
When clicked point right and forever move 10 steps
When clicked point up and forever move 10 steps
When clicked point down and forever move 10 steps
When the flag is clicked, what will be the coordinates of the sprite?
(20, 110)
(- 120, 180)
(120 , 70)
(- 120, 80)
Movement is scratch uses coordinates and uses the letters
a & b
x & o
l & r
x & y
Which block, when clicked, will make the sprite face the right side of the stage?
A program is created so that when the green flag is clicked, the program allows you to see a sprite start at (-85, 60), move 10 spaces right, 40 spaces down, and finally move to (0, 0). Which set of commands correctly completes this set of movements?
Which of the following is the coordinates of of the centre of the stage in Scratch?
(-180, -240)
(0, 0)
(0, 180)
(-240, -180)
What is the coordinates of the sprite?
(120, 80)
(-120, 80)
(-120, -80)
(120, -80)
The codes are used for drawing a
triangle
square
pentagon
hexagon
