NEW
Font size
WorksheetsClass VII - Chapter 1
Total questions: 10
Worksheet time: 8mins
The scripts can be looped, paused or their flow can be changed under certain condition using _______ blocks
Variable
control
event
operator
All conditions are given in the form of ____________.
square
circle
hexagon
pentagon
______ and _______ are conditional control blocks.
IF and FOREVER
ELSE IF AND FOREVER IF
ONLY IF
IF AND IF-ELSE
__________ block can be used to run the script inside again and again.
repeat block
control block
forever block
if block
_________ block loops the sprite specified number of times
else block
if block
forever block
repeat block
____________ send message to all sprites and then continues
to the next block without waiting
broadcast
wait
stop all
stop sprite
_________ stops all the scripts in all sprites
broadcast and wait
wait block
stop scripts
stop all
___________stop the current scripts
stop all
stop script
broadcast and wait
wait
________ pause the script for specified amount of time
wait
broadcast
broadcast and wait
stop all
_______________continuously checks if the condition is true, and executes the scripts inside the forever block
control block
forever if
repeat block
forever block
