wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

SCratch Coordinates

Total questions: 22

Worksheet time: 12mins

Name
Class
Date
1.

What is a character in Scratch called?

a)

Bat

b)

Cat

c)

Sprite

d)

Crab

2.

Which word below describes the use of a repetition block?

a)

Order

b)

Steps

c)

Loop

d)

Decision

3.

Displays the location of your X and Y positions.

a)

stage

b)

coordinates

c)

volume

4.
The Y axis is "Up" and "Down" 
a)
True 
b)
False 
5.

What is the backdrop area called in Scratch?

a)

Ground

b)

Paint

c)

Area

d)

Stage

6.

What does this code block do?

a)

Go Up

b)

Go Down

c)

Go Left

d)

Go Right

7.
What will happen when the green flag is clicked?
a)
Make the character spin
b)
Make the ball bounce
c)
Start the game 
d)
Add a sprite
8.
what does this block do?
a)
Makes the code inside loop forever
b)
makes the code outside loop forever
c)
will loop forever until something happens
d)
will loop forever until the sprite is clicked.
9.
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
10.
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
11.

Where is this location on screen?

a)

To the left

b)

In the middle

c)

At the top

d)

At the bottom

12.

The X-axis in Scratch is "Up and Down?"

a)

True

b)

False

13.

What you will use to change the location of the scratch ?

a)

Costume tab

b)

Coordinates

c)

Stage Information

d)

File Menu

14.

The X-axis is "Left" and "Right"

a)

True

b)

False

15.
a)

When clicked point left and forever move 10 steps

b)

When clicked point right and forever move 10 steps

c)

When clicked point up and forever move 10 steps

d)

When clicked point down and forever move 10 steps

16.

When the flag is clicked, what will be the coordinates of the sprite?

a)

(20, 110)

b)

(- 120, 180)

c)

(120 , 70)

d)

(- 120, 80)

17.

Movement is scratch uses coordinates and uses the letters

a)

a & b

b)

x & o

c)

l & r

d)

x & y

18.

Which block, when clicked, will make the sprite face the right side of the stage?

a)
b)
c)
d)
19.

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?

a)
b)
c)
d)
20.

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)

21.

What is the coordinates of the sprite?

a)

(120, 80)

b)

(-120, 80)

c)

(-120, -80)

d)

(120, -80)

22.

The codes are used for drawing a

a)

triangle

b)

square

c)

pentagon

d)

hexagon