wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

PictoBlox L4 Quiz

Total questions: 10

Worksheet time: 10mins

Name
Class
Date
1.

Variables must have:

a)

Name & Type

b)

Name only

c)

Type only

d)

None

2.

+, -, / and * are called:

a)

None

b)

Operators

c)

Operands

d)

Expression

3.

< & > are:

a)

Assignment Operator

b)

Arithmetic Operator

c)

Relational Operator

d)

Logical Operator

4.

( = ) is:

a)

an Assignment Operator

b)

an Arithmetic Operators

c)

a Relational Operators

d)

a Logical Operator

5.

If we need to change the shape of Sprite we this block of code:

a)

next backdrop

b)

next costume

c)

change y by ( )

d)

change x by ( )

6.

If we need to stop the whole program we use:

a)

stop this sprite

b)

stop all

c)

none

7.

What does broadcast do?

a)

Moves the sprite 10 steps

b)

Sends a message to all sprites

c)

Changes the background color

d)

Plays a sound

8.

What does this block do?

a)

Plays a sound again and again

b)

Makes the sprite say "Hello"

c)

Changes the background color to blue

d)

Moves the sprite 10 steps forever towards the mouse pointer

9.

What does this block do?

a)

Plays music when game starts

b)

Changes sprite size forever

c)

Ends the game when touching Bat1

d)

Makes the sprite jump 10 steps

10.

What does this block do?

a)

Moves the sprite 10 steps forever

b)

Stops all when the timer is less than 1 second

c)

Changes the backdrop to Game Over

d)

Makes the sprite hide