
Scratch Loops
Quiz by Starter quizzes
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Measure skills
from any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
With a free account, teachers can
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
8 questions
Show answers
- Q1What is a loop in Scratch?A block of code that changes the background colorA block of code that repeats a set of commandsA block of code that moves a spriteA block of code that plays music30s
- Q2What is the purpose of a loop in Scratch?To play musicTo change the background colorTo repeat a set of commands multiple timesTo move a sprite30s
- Q3Which block of code is used to create a loop in Scratch?MoveChange colorPlay soundRepeat30s
- Q4What is the maximum number of times a loop can repeat in Scratch?100101000Infinity30s
- Q5What is a 'nested loop' in Scratch?A loop inside another loopA loop that repeats 10 timesA loop that moves a sprite in a circleA loop that plays a sound and changes the background color30s
- Q6What is the purpose of a 'wait' block in a loop?To change the background colorTo create a delay between each repeated commandTo move a spriteTo play music30s
- Q7Which block of code can be used to break out of a loop in Scratch?Change colorStopPlay soundMove30s
- Q8What is the difference between a 'repeat until' loop and a 'forever' loop in Scratch?A 'repeat until' loop repeats a set of commands, while a 'forever' loop only repeats one commandA 'repeat until' loop stops when a condition is met, while a 'forever' loop never stopsThere is no difference between the two types of loopsA 'repeat until' loop plays a sound, while a 'forever' loop moves a sprite30s