wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Sprite Lab Quiz code.org

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What does this code do?

a)

move forward forever

b)

move forward 3 times

c)

move forward 5 times

2.

Which block will make a new sprite?

a)
b)
c)
3.

What is a "behavior" in the sprite lab?

a)

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

b)

A graphic character on the screen with properties that describe its location, movement, and look.

c)

An action that causes something to happen.

4.

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

5.

The action of doing something over and over again.

a)

Looping

b)

Bugging

c)

Programming

6.

What does this code do?

a)

Moves forward, turns, moves forward

b)

Moves forward 2 times, turns left, moves forward 2 more times

c)

Moves forward 4 times and turns left

d)

Moves and turns

7.

Which of these blocks gets the bunny to stop moving with arrow keys?

a)
b)
8.

Which of these gets the computer to print "Duck" 5 times?

a)
b)
c)
d)
9.

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)
10.

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

a)
b)
c)
d)