WorksheetsBasic Script Structure for Students
Total questions: 15
Worksheet time: 8mins
What type of block is used to start a script?
when green flag clicked
when script starts
when red flag clicked
when button pressed
Which type of block ends a script and cannot be followed by any other block?
Stop block
Pause block
Repeat block
Continue block
Which blocks can be stacked together to create a sequence of actions?
Blocks that are purely decorative.
Blocks that only display text.
Blocks that represent random numbers.
Blocks representing individual actions or commands.
What is the shape of a Boolean block?
Rectangle or square
Triangle
Hexagon
Circle
Which blocks are used to provide inputs for other blocks to process?
Storage blocks
Processing blocks
Input blocks
Output blocks
What is the primary function of a Hat Block?
To store hats when not in use.
To display hats in a store.
To run the script.
To clean and maintain hats.
Which block type is typically used for conditions?
while block
for block
if block
switch block
What color are Stack Blocks usually represented in?
Monochrome shades like black and white
Bright colors like red, blue, yellow, and green
Earth tones like brown and beige
Pastel colors like pink and lavender
Which block can be used to repeat actions?
if block
for block
repeat block
while block
What is the purpose of a Reporter Block?
To manage network connections.
To create user interfaces.
To store data in a database.
To output or display information in a program.
Which block type is used to control the flow of a script?
Input block
Control block
Data block
Output block
What does a Cap Block signify in a script?
A Cap Block signifies the end of a dialogue section.
A Cap Block is used to denote background characters in a script.
A Cap Blocks are placed at the end of the script.
A Cap Block indicates a scene description in lowercase letters.
Can a Boolean Block be used to start a script?
Only if combined with a different block
Yes
It can only be used to end a script
No, it can only be used for conditions
What type of block is used to create custom functions?
event block
variable block
loop block
function block
Which block type is essential for creating loops?
loop block
action block
variable block
condition block
