
Intro To Scratch Programming
Quiz by Mr Hampson
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
17 questions
Show answers
- Q1What is a sprite in Scratch?A type of sound effectA type of variableA graphic object that can be programmed to move and interact with other objectsA type of block30s
- Q2What does a loop block do in Scratch?Plays a soundChanges the background of a projectDeletes a spriteRepeats a set of instructions multiple times30s
- Q3What is the purpose of the 'when flag clicked' block in Scratch?It deletes all the spritesIt changes the color of the backgroundIt starts the execution of code when the green flag is clickedIt stops the program from running30s
- Q4What is a variable in Scratch?A type of sound effectA type of spriteA type of blockA container for storing and manipulating data30s
- Q5What does the 'if' block do in Scratch?It changes the background colorIt checks a condition and executes code based on the condition's resultIt creates a new spriteIt plays a sound30s
- Q6What is the purpose of the 'go to x:__ y:__' block in Scratch?It changes the size of a spriteIt plays a sound effectIt hides a sprite from the stageIt moves a sprite to a specific position on the stage30s
- Q7What does the 'say' block do in Scratch?It displays a text bubble with a specified messageIt changes the background colorIt plays a sound effectIt moves a sprite to a specific position30s
- Q8What is the main purpose of Scratch programming?To design websites and web applicationsTo analyze big data and make predictionsTo write complex computer algorithmsTo create interactive stories, games, and animations30s
- Q9What is the purpose of the 'repeat' block in Scratch programming?It allows a set of blocks to be executed multiple timesIt hides a sprite from the stageIt plays a specific soundIt changes the background color of the stage30s
- Q10What is the purpose of the 'set variable' block in Scratch programming?To play a sound effectTo change the background color of the stageTo create a new spriteTo assign a value to a variable30s
- Q11Which Scratch command is used to move a sprite forward?Turn 90 degreesGlide 2 seconds to x: 100 y: 100HideMove 10 steps30s
- Q12Which Scratch command is used to make a sprite change its size?Go to x: 0 y: 0Say Hello!Turn 180 degreesSet size to 150%30s
- Q13Which Scratch command is used to wait for a certain amount of time?Move 10 stepsWait 1 secondHideForever30s
- Q14Which Scratch command is used to play a sound?Glide 2 seconds to x: 100 y: 100HidePlay sound [sound name]Set size to 150%30s
- Q15Which Scratch command is used to repeat a set of blocks a certain number of times?Go to x: 0 y: 0Repeat 10Switch costume to nextIf [condition] then30s