wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Halloween Scratch Game Project

Total questions: 10

Worksheet time: 19mins

Name
Class
Date
1.

What are backdrops?

a)

any picture

b)

a picture in the background

c)

a picture in the foreground

d)

a sprite

2.

What is a sprite?

a)

a character in a story

b)

a picture

c)

an animated image that plays a specific role

d)

a character that plays a specific role

3.

How did we get the starter project to start the program?

a)

uploaded a file to Edmodo

b)

downloaded a file from Edmodo

c)

copy and pasted the file from Edmodo

d)

drag the file from Edmodo to Scratch

4.

What was the first step in creating the Halloween Trick or Treat Scratch game?

a)

cloning the candies

b)

handling the clones

c)

adding a score board

d)

dropping the candies

5.

What was the last step in creating the Halloween Trick or Treat Scratch game?

a)

clone the candies

b)

add a score

c)

handle those clones

d)

drop one candy

6.

If you want your sprite to move which programming block should you use?

a)

events

b)

sensing

c)

motion

d)

looks

7.

What motion block would allow the candy to fall in direction of the pumpkin?

a)

change y by -5

b)

change y by +5

c)

change x by -5

d)

change x by +5

8.

The game started off with one candy. How did we get multiple candies in the game?

a)

by using copy and paste

b)

by using the duplicate instruction block

c)

by using the clone instruction block

d)

dragged the candies on the screen

9.

When should the forever command block be used?

a)

to repeat something

b)

to keep on doing something

c)

to duplicate something

d)

to do something several times

10.

Which answer below is a variable in the game you created?

a)

the candy

b)

the pumpkin

c)

the sprites

d)

the score