NEW
Font size
WorksheetsPictoblox 2
Total questions: 15
Worksheet time: 10mins
Which loop is a better choice, if I'd like my animation to end at some point?
Which loop is a better choice, if you do not want your animation to end at some point?
What happens when the code is run?
Character moves to up and down
Character moves to the back
Character moves to forward and backward
Character moves to the front
What happens to the character when the code is run?
Character moves up and down
Character moves up
Character moves to the front
Character moves forward and backward
The 'forever' block is found in what set of code blocks?
Sound
Control
Events
Variables
A script is made up of blocks with instructions that tells the sprite what to do
False
True
In Pictoblox, these characters are called _____
Blocks
Scripts
Backdrops
Sprites
What is the purpose of "motion" code blocks in Pictoblox?
To control the sprite, eg initialize a position on the stage.
To make the sprite move, eg 10 steps.
To make the sprite interact with other sprites, colors or the edge of the stage.
To make the sprite play a sound, eg meow.
What is another name for your background in Pictoblox?
Background 1
Sprite
Backdrop
Stage
What does this green flag mean in Pictoblox?
Stop
Nothing
I don't know
Start
In Pictoblox, a "sprite" can be resized
False
True
What happens to a sprite's script if this sprite was deleted?
The script will be saved if you decided to use this sprite later
You can't delete a sprite before deleting the script written in it.
The script will be deleted with the sprite
To add a new sprite to your code, you click on:
What is the command for character to change their direction?
Point in direction
Go to x and y
Change x by
Change y by
How to stop a running Project in Pictoblox?
Click on the Green flag
Click on the Stop button
Click on the character
Click on the code blocks
