wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

BELL RINGER: Game Functions Review

Total questions: 13

Worksheet time: 7mins

Name
Class
Date
1.

Which sprite property would you change to move the sprite from left to right?

a)

sprite.x

b)

sprite.y

c)

sprite.scale

d)

sprite.rotation

2.

Which sprite property would you change to move the sprite from up and down?

a)

sprite.x

b)

sprite.y

c)

sprite.scale

d)

sprite.rotation

3.

Which sprite property would you change to make the sprite turn in a circle?

a)

sprite.x

b)

sprite.y

c)

sprite.scale

d)

sprite.rotation

4.

In which direction will the sprite move?

a)

left

b)

right

c)

up

d)

down

5.

Which sprite will be moving?

a)

Cow

b)

Pig

c)

Both the Cow and Pig

d)

None of them

6.

What color is the ellipse?

a)

Gray

b)

Red

c)

Blue

d)

Red with blue border

e)

Blue with red border

7.

Where is (0,0) in the grid?

a)

In the top left corner

b)

In the top right corner

c)

In the bottom left corner

d)

In the middle of the grid

8.

What will be displayed?

Hint: is there a "setAnimation" line of code?

a)

A dog

b)

A cat

c)

A rectangle

d)

Two rectangles

e)

A dog and a cat

9.

Which of the following shapes would the rect command create?

a)
b)
c)
d)
10.

The position of an object on a grid is represented by __ and __ coordinates.

a)

x and y

b)

w and h

c)

x and w

d)

h and y

11.

What code will allow you to add color to an object?

a)

shade

b)

color

c)

fill

d)

fill in

12.

What can you do with the w and h in this block?

a)

Change the width of the rectangle

b)

Change the width of the ellipse

c)

Change the height of the ellipse

d)

Nothing

13.

What is the purpose of this code tile?

a)

Prevent medical emergency.

b)

Stop drawing of text.

c)

Stop drawing of outlines.

d)

Stop all drawing.