scratch 1
scratch 1
Scratch?
a) Start the project
b) End the project
c) Move a sprite
d) Play a sound
Which of the following Scratch blocks is used to control the movement
of a sprite?
a) Move
b) Looks
c) Sound
d) Events
Which category in Scratch contains blocks for changing the appearance
of a sprite?
a) Looks
b) Control
c) Motion
d) Sensing
In Scratch, what is the default event to begin running a script?
a) When space key pressed
b) When green flag clicked
c) When sprite clicked
d) When backdrop switches
What does the "repeat" block in Scratch do?
a) Runs a set of instructions once
b) Runs a set of instructions indefinitely
c) Runs a set of instructions a specified number of times
d) Stops the script from running
Which block in Scratch is used to detect if a sprite is touching another
sprite or object?
a) If <touching> then
b) Repeat until
c) Sensing > touching
d) Motion > glide
Which Scratch block is used to make a sound play?
a) Play sound
b) Say
c) Change color
d) Glide
What is the function of the "forever" block in Scratch?
a) Repeats a set of instructions forever
b) Stops a set of instructions
c) Executes instructions only once
d) Pauses the program
What happens when you drag a block into the "scripts" area in Scratch?
a) It becomes part of a project
b) It runs automatically
c) It is stored in a library
d) It starts the script
Which block would you use to change the position of a sprite in Scratch?
a) Move
b) Say
c) Sensing
d) Control