WorksheetsPoetry Generater
Total questions: 5
Worksheet time: 3mins
How many sprites does this game have?
1
2
3
4
Which code blocks did we use so that the woman sprite can display messages and get input or value from the player?
Speak and Ask block
Say and Ask block
Speak and Get block
Say and Get block
What is a List?
A list is an object which calculates values.
A list is a container which contains single values.
A list is a container which checks the condition.
A list is a container which contains multiple values.
Which block did we use to play the beep sound by the computer sprite?
Play sound block
Play sound until done block
Start sound block
Stop sound block
Which block did we use to get the total of number items in a list?
Length of (list name) block
item () of (list name) block
add (thing) to (list name) block
number of items in (list name) block
