New Activity
Play Froggy Jumps
1. What type of language is Scratch?
A
functional programming
B
procedural programming
C
visual programming
2. We write commands in Scratch:
A
True
B
False
C
3. Control blocks are the blocks that:
A
detect things
B
control scripts
C
perform math functions
4. Operators blocks are the blocks that:
A
detect things
B
control scripts
C
perform math functions
5. Sensing blocks are the blocks that:
A
control scripts
B
detect things
C
perform math functions
6. Event blocks must go at the top of any chunk of code we create:
A
True
B
False
C
7. Motion blocks are the blocks that allow the sprite to:
A
move.
B
rotate and glide.
C
move, rotate and glide.
8. Looks blocks are the blocks that control how a sprite looks.
A
True
B
False
C
9. Are the blocks that control sound:
A
variables blocks
B
sound blocks
C
my blocks
10. Are user-made custom blocks:
A
varibles
B
sound
C
my blocks