wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Coding Quiz

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

How do you make the player start at the same position every game?

a)

Use go to x: y:

b)

Change x by 10

c)

Change costume

d)

Repeat Until

2.

What block is used to detect if the player hits an enemy?

a)

If touching colour

b)

If touching sprite

c)

If timer>1

d)

If mouse down

3.

What block should you use to create gravity?

a)

Change x by 10

b)

Point towards y

c)

Change y by 10

d)

Turn 15 degree

4.

What happens if you put movement blocks outside the forever loop?

a)

The sprite moves faster

b)

The sprite disappears

c)

The background changes

d)

The sprite stop moving after one action.

5.

What is the best way to create a score system?

a)

Sensing block

b)

Forever block

c)

Variable block

d)

Looks block

6.

Which block helps you clone enemies or objects?

a)

Create clone of myself

b)

When i duplicate myself

c)

Hide

d)

Set y by 10

7.

What is the different between a sprite and a backdrop?

a)

Backdrop talks while sprite do not

b)

Sprite are always behind

c)

Backdrop can jump

d)

Sprite moves while backdrop do not

8.

What block is best for detecting keyboard input?

a)

When i receive message

b)

When green flag clicked

c)

If key arrow pressed

d)

Say Left arrow for two seconds

9.

What is the purpose of variables in a game?

a)

To draw a sprite

b)

To store information like score

c)

To change the backdrop

d)

It is for a sprite only

10.

What is a costume in scratch?

a)

A background of sprite

b)

A block of sprite

c)

A sound

d)

Appearance of sprite