wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

SCRATCH QUIZ

Total questions: 10

Worksheet time: 10mins

Name
Class
Date
1.

The switch to costume block is a what kind of block ?

a)

Motion

b)

Control

c)

Looks

d)

Sensing

2.

In programming, a _________ can induce multiple executions of statements.

a)

variable

b)

loop

c)

statements

d)

condition

3.

___ category is used for moving sprites around the stage.

a)

Motion

b)

Events

c)

Control

d)

Sensing

4.

A _____ variable can be used by all sprites.

a)

Local

b)

Global

c)

Similar

d)

New

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 y by -10

6.

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

a)

True

b)

False

7.

A block used to trigger an action only if another action happens first; cause and effect..

a)

If then block

b)

Animation

c)

Sensing block

d)

Event

8.
What is the function of the light blue blocks?
a)
Variables
b)
Motion
c)
Operators
d)
Sensing
9.

What does this code block do?

a)

Go Up

b)

Go Down

c)

Go Left

d)

Go Right

10.

Which code block is an example of conditional statement in Scratch?

a)

If .... else

b)

Change size by 10

c)

Forever

d)

Move 10 steps