wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

JavaScript Review

Total questions: 10

Worksheet time: 3mins

Name
Class
Date
1.

Which block will create a sprite in your program?

a)
b)
c)
d)
2.

The draw loop is like what object?

a)

Coloring Book

b)

Flip Book

c)

Crayon

d)

Computer Monitor

3.

What does this block do?

a)

Sets the sprite's x position.

b)

Changes the sprite's width.

c)

Moves the sprite to the right on the grid.

d)

Moves the sprite up on the grid.

4.

If you want your sprite to be invisible, you need to set this block's value to____

a)

Yes

b)

No

c)

True

d)

False

5.

This block is an example of the _______

a)

Adding pattern

b)

Movement pattern

c)

Sprite pattern

d)

Counter pattern

6.

This block should always be inside the draw loop.

a)

True

b)

False

7.

A Boolean value is a ________ .

a)

Yes/No Value

b)

True/False Value

c)

Up/Down Value

d)

Open/Closed Value

8.

The coding environment you've been working in is called ____________ .

a)

Game Lab

b)

App Lab

c)

Project Lab

d)

Web Lab

9.

This line of code takes the place of what?

a)

hippo.x = 2;

b)

hippo.x = 0 + 2;

c)

hippo.x = hippo.x + 2;

d)

hippo.y = hippo.y - 2;

10.

Using this sprite property block will make your sprite ________ .

a)

Rotate

b)

Move down

c)

Move across the grid

d)

Change in size