wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Assessment: Test Your Knowledge

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

What is a sprite in Scratch?

a)

Background

b)

Character/Object

c)

Sound

d)

Variable

2.

Which block starts most Scratch programs?

a)

Forever

b)

Move 10 steps

c)

When green flag clicked

d)

If then

3.

What does the "forever" block do?

a)

Stops the program

b)

Repeats code continuously

c)

Plays sound

d)

Changes costume

4.

To move a sprite right, you change which coordinate?

a)

Y coordinate

b)

Z coordinate

c)

X coordinate

d)

Direction

5.

What does "change x by -5" do?

a)

Move right

b)

Move left

c)

Move up

d)

Move down

6.

Which sensing block detects key presses?

a)

Touching

b)

Key pressed

c)

Mouse clicked

d)

Timer

7.

What is a costume in Scratch?

a)

A background

b)

Different appearance for sprite

c)

A sound

d)

A variable

8.

What does a variable store?

a)

Images

b)

Sounds

c)

Information/Data

d)

Costumes

9.

Which block makes sprites appear?

a)

Hide

b)

Show

c)

Go to

d)

Point towards

10.

"If touching Cat" is what type of condition?

a)

Motion

b)

Sound

c)

Collision detection

d)

Variable

11.

What does "go to random position" do?

a)

Delete sprite

b)

Move to center

c)

Move to random location

d)

Hide sprite

12.

Which block stops all scripts?

a)

Stop all

b)

Hide

c)

Delete

d)

Reset

13.

What makes enemy AI follow the player?

a)

Point towards + move

b)

Random motion

c)

Hide block

d)

Costume change

14.

"Broadcast" blocks are used for:

a)

Sound

b)

Movement

c)

Communication between sprites

d)

Animation

15.

How do you create sprite animation?

a)

Change size

b)

Switch costumes rapidly

c)

Change color

d)

Move randomly

16.

What coordinates represent screen center?

a)

100,100

b)

0,0

c)

-100,-100

d)

480,360

17.

Why add "wait" blocks in animation?

a)

Stop program

b)

Control animation speed

c)

Add sound

d)

Change position

18.

What happens when you duplicate a sprite?

a)

Deletes original

b)

Copies sprite and all code

c)

Changes color

d)

Plays sound

19.

Sound effects should be added:

a)

Only at start

b)

When events happen

c)

Every second

d)

Never

20.

Good game design includes:

a)

Only code

b)

Only graphics

c)

Balance of challenge/reward

d)

Maximum difficulty