What block would you use to make a sprite move forward by a certain
number of steps in Scratch?
o A) move [ ] steps
o B) go to [ ]
o C) turn [ ] degrees
o D) set [ ] to [ ]
In Scratch, how do you create a loop that repeats a set of actions forever?
o A) repeat [ ]
o B) repeat until [ ]
o C) forever
o D) if [ ] then [ ]
2. Control Structures
Which block is used to make a sprite perform a specific action only when
a condition is true?
o A) if [ ] then [ ]
o B) forever [ ]
o C) broadcast [ ]
o D) wait [ ] seconds
What does the "repeat [ ]" block do in Scratch?
o A) Repeats the code inside a certain number of times.
o B) Waits for a certain amount of time before executing.
o C) Makes the sprite turn in a circle.
o D) Stops all actions in the program.
How can you change the appearance of a sprite in Scratch?
o A) By using the change color effect block.
o B) By selecting a new costume from the "Costumes" tab.
o C) By using the set [ ] to [ ] block.
o D) All of the above.
What is the purpose of the "next costume" block in Scratch?
o A) It makes the sprite move to the next position on the screen.
o B) It switches the sprite’s costume to the next one in the list.
o C) It changes the sprite's size.
o D) It changes the background of the stage.
4. Events and Broadcasting
What is the purpose of the "when green flag clicked" block in Scratch?
o A) It resets the game or program.
o B) It starts the program when the green flag on the stage is clicked.
o C) It ends the program when clicked.
o D) It changes the color of the sprite.
What is the "broadcast [ ]" block used for in Scratch?
o A) To send a message to other sprites to trigger actions.
o B) To display a message on the stage.
o C) To change the background color.
o D) To increase the volume of the sound.