wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Game Design and Scratch

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

When Flag is clicked or when Space is pressed are known as what kinds of code blocks?

a)

Looks

b)

Control

c)

Motion

d)

Event

2.

If you wanted your character to start in the middle of the screen, what code would you need?

a)

Start: Middle

b)

When Flag is clicked Go to x:0 y:0

c)

When Space clicked: Up

d)

Forever: Middle

3.

Characters, items, and enemies that are not a part of the background are known as what?

a)

Sprites

b)

Tokens

c)

Things

d)

Actors

4.

What block will you use to get your sprite to say something in text?

a)

Looks

b)

Data

c)

Motion

d)

Sounds

5.

If you wanted to add a slight delay in your code, what code block would you need to add?

a)

If ____ Then

b)

Forever

c)

Wait

d)

Stop all

6.

What type of code can help you keep track of health, points, ammo, and time?

a)

Variables

b)

Control

c)

Sensing

d)

Events

7.

You want to make a character go back to the start if they touch an enemy. What code can detect hits?

a)

Sensing

b)

Motion

c)

Looks

d)

Sounds

8.

What kind of code does things over and over?

a)

A loop

b)

A motion block

c)

A statement

d)

A character

9.

A costume is...

a)

A code block

b)

A motion

c)

A sound

d)

A different way a sprite looks

10.

Programming Languages give the computer instructions

a)

True

b)

False

11.

What do you call a list of commands in Scratch?

a)

Sprite

b)

Script

c)

Scratch

d)

Help

12.

Displays the location of your X and Y positions

a)

Stage

b)

Volume

c)

Coordinates

13.

Which of the following is a correct usage of X and Y when coding?

a)

Character movement

b)

Sound volume

c)

Background colors

d)

Displaying text

14.

Y controls the Up and Down movement

a)

True

b)

False

15.

Which block of code could you use to change the direction your Sprite is facing?

a)

Point in direction

b)

Turn 15 degrees

c)

Create a new Costume

d)

All answers are correct

16.

What could could you use to make an enemy move around on the screen? (Not teleport)

a)

Go to X,Y

b)

Glide to X,Y

c)

Point towards

d)

Move 10 steps

17.

How can you let the player know that they have won the game?

a)

Display a message

b)

Play a sound

c)

Change the background screen

d)

All answers are acceptable ways

18.

When testing your game, you receive feedback that your game is too difficult. Which of the following adjustments would make the game more fair?

a)

Increase the number of enemies

b)

Decrease the amount of time the player has to win

c)

Start the player with less health

d)

Slow the enemy move speed

19.

What type of file are Scratch projects saved as?

a)

GIF

b)

PNG

c)

sb3

d)

PDF

20.

Super Mario Bros was can be described as...

a)

First person

b)

Side scroller

c)

Top down

d)

Third Person