Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Sprites & Events

Total questions: 16

Worksheet time: 8mins

Name
Class
Date
1.

What is a sprite?

a)

A delicious lemon-lime soda.

b)

An action that something performs continuously until it’s told to stop.

c)

A graphic on the screen with a location, size, and appearance.

d)

A small, magical, fairy-like creature.

2.

What is a behavior?

a)

An action that a sprite performs continuously until it’s told to stop.

b)

When you act a certain way that gets you in trouble.

c)

Solving an error in a line of code.

d)

A graphic on the screen with a location, size, and appearance.

3.

What do you think will happen when you run this code?

a)

Nothing will happen.

b)

The tumbleweed will move up and down.

c)

The tumbleweed will explode.

d)

The tumbleweed will perform the "tumbling" behavior.

4.

Which of these blocks is a Behavior block?

a)
b)
c)
d)
5.

Which of these blocks would let you add a new sprite to your program?

a)
b)
c)
d)
6.

What is an event?

a)

Something on your calendar that you've been preparing for for weeks!

b)

An evil tent.

c)

An action that causes something to happen.

d)

A big party.

7.

Which of these behavior blocks would make your sprite spin around?

a)
b)
c)
d)
8.

Which event would allow me to program certain actions to the press of a button?

a)
b)
c)
d)
9.

Which event would allow me to program certain actions to when a sprite is clicked?

a)
b)
c)
d)
10.

What will happen when I click run on this program?

a)

None of the aliens will begin their behaviors.

b)

The aliens will all begin their behaviors, and when the blue and yellow aliens touch, the bell will stop everything.

c)

The aliens will all begin their behaviors, and when the blue and pink aliens touch, the blue alien will switch from jittering to shrinking

d)

The aliens will all begin their behaviors, and when the blue and the pink aliens touch, all of them will stop everything.

11.

A list of steps to finish a task

a)

Bug

b)

Algorithm

c)

Condition

d)

Constant

12.

Part of a program that does not work correctly

a)

event

b)

loop

c)

bug

d)

repeat

13.

Finding and fixing problems in an algorithm or program.

a)

debugging

b)

programming

c)

loop

d)

algorithm

14.

What will the code do?

a)

the monster will move west-to-east in loop

b)

the monster will move eastwards

c)

the monster will move east in loop

d)

the monster will dance

15.

Behaviors are blocks that tell the sprite to do a specific set of instructions. Which of these makes the sprite wander around the screen?

a)
b)
c)
d)
16.

Which Code Can Creates a new sprite of the chosen costume at the given location.

a)
b)
c)
d)