NEW
Font size
WorksheetsCoordinate in scratch
Total questions: 30
Worksheet time: 20mins
I can make sprite move UP by 10 steps
change Y by -10
change Y by 10
I can make sprite move DOWN by 10 steps
change Y by -10
change Y by 10
I can make sprite move Right by 10 steps
change X by -10
change X by 10
I can make sprite move Left by 10 steps
change X by -10
change X by 10
I can make sprite move LEFT and RIGHT by changing
X coordinates
Y coordinates
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?
I want to move the cat to right ?
Which coordinate is true ?
Y+
Y-
X+
X-
Displays the location of your X and Y positions.
stage
coordinates
volume
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 is "Left" and "Right"
True
False
Which of the following is the coordinates of of the centre of the stage in Scratch?
(-180, -240)
(0, 0)
(0, 180)
(-240, -180)
The X axis is
"Left" and "Right"
"Up and Down"
If the coordinates are set to x:0, y:0,
the Sprite will be invisible.
the Sprite will be in the center of the stage.
the Sprite will be at the far left side of the stage.
the Sprite will be at the bottom of the stage.
The x coordinate is
diagonal (from lowest left to highest right).
vertical (up and down).
horizontal (side to side).
The x coordinate is
diagonal (from lowest left to highest right).
vertical (up and down).
horizontal (side to side).
Increasing the number of the y coordinate
is difficult to do.
increases the number of the x coordinate as well.
raises the Sprite upward.
the coordinate 0,0 where on the screen is it
Top Left Corner
Bottom Left Corner
Center
This block points its sprite in the specified direction; this rotates the sprite.
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.
When is this used?
With the point in direction block.
With the move block.
When I want the game to end.
When I want to change costume
Where will the sprite go when the flag is clicked?
to the upper left corner of the stage
to the middle of the stage
to the upper right corner of the stage
to the bottom right corner of the stage
Which of the following scripts will make the sprite Glide back and forth along the Y-axis?
Which block makes your sprite face upward?
Point in direction 0
Point in direction 90
Point in direction -90
Point in direction 180
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?
