WorksheetsUnit 3 Scratch Vocab
Total questions: 10
Worksheet time: 30mins
What do you call the person who plays your Scratch program?
User
Gamer
Computer
Sensing blocks are used to...
gather information
use the 5 senses
read braille
Which type of sensing block that returns a TRUE or FALSE value based on something that is happening with the keyboard, mouse, sprite, or stage?
Logical
Brain
Smartness
Which type of sensing block that returns a VALUE value based on something that is happening with the keyboard, mouse, sprite, or stage?
Mathematical
Magical
Mickey Mouse
A sensing block that sets the value of the Answer block is called the...
Ask
Quiz Master
Teacher
An oval-shaped block found in Sensing that returns the value of the last-used Ask is called...
Answer
Multiple Choice
When in doubt choose C!
True or False?
Conditionals are a group of controls that branch the code flow down one path or another.
True
False
This block will only run the nested code if a logical sensing or logical operator returns true.
If-Then
Do this, Then that
Choice
This block will run the first set of nested blocks if a logical sensing or logical operator returns true, otherwise it will run the second set of nested blocks.
If-Then-Else
Do all the things
Choices
A control block that creates a copy of a sprite (including it’s code).
Clone
Droid
Robot
