wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Scratch: Events, Loops and The Coordinate System

Total questions: 15

Worksheet time: 15mins

Name
Class
Date
1.

In programming, an action that happens because you clicked a mouse/touch pad button or pressed a key on the keyboard is called:

a)

an Occasion

b)

an Event

c)

Cause and Effect

d)

Control

2.

In scratch, an action that happens because your program received a message, or because the backdrop changed is called:

a)

an Occasion

b)

an Event

c)

Cause and Effect

d)

Control

3.

Select all the blocks known as loops.

a)
b)
c)
d)
4.

Blocks put inside a ___________________ executes until a Boolean statement is True.

a)
b)
c)
d)
e)
5.

Blocks put inside a _______________ executes one after the other, over and over, until the stop button is used to end the script.

a)
b)
c)
d)
e)
6.

Blocks put inside a _______________ executes one after the other, a certain number of times.

a)
b)
c)
d)
e)
7.

These blocks can only be used to start a script

a)
b)
c)
d)
e)
8.

These blocks are not loops:

a)
b)
c)
d)
e)
9.

In scratch, the _______________ blocks help with the FLOW of your program.

a)

Motion

b)

Events

c)

Variables

d)

Control

10.

In scratch, _______________ are Control blocks that allow you repeat instructions

a)

Repeater

b)

Costumes

c)

Variables

d)

Loops

11.

In the scratch coordinate system (120,0) means:

a)

There is nothing on the screen

b)

x is 120 and y is 0

c)

x is 0 and y is 120

12.

In the scratch coordinate system (0,0) is the centre of the stage.

a)

False

b)

True

13.

In the scratch coordinate system the combined values of x and y helps us to KNOW the position of a sprite on the Stage

a)

False

b)

True

14.

In scratch, the blocks that deal with coordinates are found under:

a)

Control

b)

Sensing

c)

Motion

d)

Variables

e)

My Blocks

15.

If the value of y is -200 and the value of x is 50, which of the options is the correct ?

a)

There is no correct answer.

b)

(50, -200)

c)

(-200,50)

d)

(50, 200)

e)

(200,50)