NEW
Font size
WorksheetsPictoBlox L4 Quiz
Total questions: 10
Worksheet time: 10mins
Variables must have:
Name & Type
Name only
Type only
None
+, -, / and * are called:
None
Operators
Operands
Expression
< & > are:
Assignment Operator
Arithmetic Operator
Relational Operator
Logical Operator
( = ) is:
an Assignment Operator
an Arithmetic Operators
a Relational Operators
a Logical Operator
If we need to change the shape of Sprite we this block of code:
next backdrop
next costume
change y by ( )
change x by ( )
If we need to stop the whole program we use:
stop this sprite
stop all
none
What does broadcast do?
Moves the sprite 10 steps
Sends a message to all sprites
Changes the background color
Plays a sound
What does this block do?
Plays a sound again and again
Makes the sprite say "Hello"
Changes the background color to blue
Moves the sprite 10 steps forever towards the mouse pointer
What does this block do?
Plays music when game starts
Changes sprite size forever
Ends the game when touching Bat1
Makes the sprite jump 10 steps
What does this block do?
Moves the sprite 10 steps forever
Stops all when the timer is less than 1 second
Changes the backdrop to Game Over
Makes the sprite hide
