wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Pictoblox 2

Total questions: 15

Worksheet time: 10mins

Name
Class
Date
1.

Which loop is a better choice, if I'd like my animation to end at some point?

a)
b)
2.

Which loop is a better choice, if you do not want your animation to end at some point?

a)
b)
3.

What happens when the code is run?

a)

Character moves to up and down

b)

Character moves to the back

c)

Character moves to forward and backward

d)

Character moves to the front

4.

What happens to the character when the code is run?

a)

Character moves up and down

b)

Character moves up

c)

Character moves to the front

d)

Character moves forward and backward

5.

The 'forever' block is found in what set of code blocks?

a)

Sound

b)

Control

c)

Events

d)

Variables

6.

A script is made up of blocks with instructions that tells the sprite what to do

a)

False

b)

True

7.

In Pictoblox, these characters are called _____

a)

Blocks

b)

Scripts

c)

Backdrops

d)

Sprites

8.

What is the purpose of "motion" code blocks in Pictoblox?

a)

To control the sprite, eg initialize a position on the stage.

b)

To make the sprite move, eg 10 steps.

c)

To make the sprite interact with other sprites, colors or the edge of the stage.

d)

To make the sprite play a sound, eg meow.

9.

What is another name for your background in Pictoblox?

a)

Background 1

b)

Sprite

c)

Backdrop

d)

Stage

10.

What does this green flag mean in Pictoblox?

a)

Stop

b)

Nothing

c)

I don't know

d)

Start

11.

In Pictoblox, a "sprite" can be resized

a)

False

b)

True

12.

What happens to a sprite's script if this sprite was deleted?

a)

The script will be saved if you decided to use this sprite later

b)

You can't delete a sprite before deleting the script written in it.

c)

The script will be deleted with the sprite

13.

To add a new sprite to your code, you click on:

a)
b)
c)
14.

What is the command for character to change their direction?

a)

Point in direction

b)

Go to x and y

c)

Change x by

d)

Change y by

15.

How to stop a running Project in Pictoblox?

a)

Click on the Green flag

b)

Click on the Stop button

c)

Click on the character

d)

Click on the code blocks