placeholder image to represent content

Intro To Scratch Programming

Quiz by Mr Hampson

Our brand new solo games combine with your quiz, on the same screen

Correct quiz answers unlock more play!

New Quizalize solo game modes
17 questions
Show answers
  • Q1
    What is a sprite in Scratch?
    A type of sound effect
    A type of variable
    A graphic object that can be programmed to move and interact with other objects
    A type of block
    30s
  • Q2
    What does a loop block do in Scratch?
    Plays a sound
    Changes the background of a project
    Deletes a sprite
    Repeats a set of instructions multiple times
    30s
  • Q3
    What is the purpose of the 'when flag clicked' block in Scratch?
    It deletes all the sprites
    It changes the color of the background
    It starts the execution of code when the green flag is clicked
    It stops the program from running
    30s
  • Q4
    What is a variable in Scratch?
    A type of sound effect
    A type of sprite
    A type of block
    A container for storing and manipulating data
    30s
  • Q5
    What does the 'if' block do in Scratch?
    It changes the background color
    It checks a condition and executes code based on the condition's result
    It creates a new sprite
    It plays a sound
    30s
  • Q6
    What is the purpose of the 'go to x:__ y:__' block in Scratch?
    It changes the size of a sprite
    It plays a sound effect
    It hides a sprite from the stage
    It moves a sprite to a specific position on the stage
    30s
  • Q7
    What does the 'say' block do in Scratch?
    It displays a text bubble with a specified message
    It changes the background color
    It plays a sound effect
    It moves a sprite to a specific position
    30s
  • Q8
    What is the main purpose of Scratch programming?
    To design websites and web applications
    To analyze big data and make predictions
    To write complex computer algorithms
    To create interactive stories, games, and animations
    30s
  • Q9
    What is the purpose of the 'repeat' block in Scratch programming?
    It allows a set of blocks to be executed multiple times
    It hides a sprite from the stage
    It plays a specific sound
    It changes the background color of the stage
    30s
  • Q10
    What is the purpose of the 'set variable' block in Scratch programming?
    To play a sound effect
    To change the background color of the stage
    To create a new sprite
    To assign a value to a variable
    30s
  • Q11
    Which Scratch command is used to move a sprite forward?
    Turn 90 degrees
    Glide 2 seconds to x: 100 y: 100
    Hide
    Move 10 steps
    30s
  • Q12
    Which Scratch command is used to make a sprite change its size?
    Go to x: 0 y: 0
    Say Hello!
    Turn 180 degrees
    Set size to 150%
    30s
  • Q13
    Which Scratch command is used to wait for a certain amount of time?
    Move 10 steps
    Wait 1 second
    Hide
    Forever
    30s
  • Q14
    Which Scratch command is used to play a sound?
    Glide 2 seconds to x: 100 y: 100
    Hide
    Play sound [sound name]
    Set size to 150%
    30s
  • Q15
    Which Scratch command is used to repeat a set of blocks a certain number of times?
    Go to x: 0 y: 0
    Repeat 10
    Switch costume to next
    If [condition] then
    30s

Teachers give this quiz to your class