placeholder image to represent content

Scratch Quiz 1 - computing concepts

Quiz by Matt Standing

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

Correct quiz answers unlock more play!

New Quizalize solo game modes
12 questions
Show answers
  • Q1
    A sequence is
    a set of instructions that must be carried out in order
    when there is two or more possible options in a program e.g. 'Yes' or 'No'.
    a set of instructions that must be carried out in order more than once
    when tasks are repeated. There are FOR loops ( for a set amount of time) or WHILE loops (for an unknown amount of time)
    30s
  • Q2
    Selection
    is when tasks are repeated e.g. FOREVER loops ( for a set amount of time) or WHILE loops (for an unknown amount of time)
    is when there is two or more possible options in a program e.g. 'Yes' or 'No'.
    is a set of instructions that must be carried out in order 5 times
    is a set of instructions that must be carried out in order
    30s
  • Q3
    Repetition could be
    Yes and No
    Yes or No
    a while loop
    1,2,3,4,5
    30s
  • Q4
    What programming concept is this?
    Question Image
    sequence
    repetition
    selection
    30s
  • Q5
    What programming concept is this?
    Question Image
    Selection
    Sequence
    Repetition
    30s
  • Q6
    What would happen to the time when you press the green flag
    Question Image
    Count down from 10 to 0, by -1 each time, then stop all.
    Count from 0 to 10 then stop all
    Count down from 10 to 5, by -1 each time, then stop.
    30s
  • Q7
    What happens if the sprite is touching the mouse pointer?
    Question Image
    turn 15 degrees
    Move ten steps
    Move ten steps, then turn 15 degrees
    Move ten sprites
    30s
  • Q8
    What is the odd one out?
    When green flag clicked
    when spacebar clicked
    change costume
    When sprite clicked
    30s
  • Q9
    Which of these could be an example of a variable?
    say hello
    change costume
    change sprite
    change score by 1
    30s
  • Q10
    Where would you click to move the sprite 10 steps?
    Question Image
    looks
    pen
    sound
    motion
    30s
  • Q11
    Where would you create a time variable?
    Question Image
    control
    events
    more blocks
    data
    30s
  • Q12
    What will happen in the red circle?
    Question Image
    change the size forever
    change the size by -1 and then repeat 100 times
    change the size once
    repeat 100 times, then once complete, change size by -1
    30s

Teachers give this quiz to your class