wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Y5 Avoidance Games Quiz

Total questions: 9

Worksheet time: 11mins

Name
Class
Date
1.

The code blocks shown in the picture are an example of what type of action?

a)

Pen

b)

Events

c)

Looks

d)

Control

2.

______________are used to hold values.

a)

Data

b)

Variables

c)

Strings

d)

Input Unit

3.

The _______block is a control block which runs the script continuously until stopped.

a)

Forever

b)

Until

c)

Repeat

d)

If...else

4.

Look at the Scratch stage shown in the image. What is the coordinate of the center of the screen?

a)

(x:0, Y:-180)

b)

(X:0, Y:0)

c)

(X:240, Y:180)

d)

(X:-240, Y:0)

5.
Which of these would move the sprite down on the stage?
a)
change x by 10
b)
change x by -10
c)
change y by 10
d)
change 7 by -10
6.

How to make the character move up?

a)
b)
7.

what is the meaning of y cordinate ?

a)

vertical

b)

horizontal

c)

not here

d)

doesn't exist

8.

Displays the location of your X and Y positions.

a)

stage

b)

coordinates

c)

volume

9.

Sensing blocks are used to tell the sprite what to do when touching something on the stage.

a)

True

b)

False