placeholder image to represent content

Scratch

Quiz by MrsAdams

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

Correct quiz answers unlock more play!

New Quizalize solo game modes
22 questions
Show answers
  • Q1
    The order of steps
    Sequence
    30s
  • Q2
    Forever and repeat can be used for iteration (repeating a series of instructions)
    Iteration (looping)
    30s
  • Q3
    if and if-else check for a condition
    conditional statements
    30s
  • Q4
    the variable blocks allow you to create variables and use them in a program. the bariables can store numbers or strings.
    variables
    30s
  • Q5
    the list blocks allow for storing and accessing a list of numbers and strings.
    Lists (arrays)
    30s
  • Q6
    'When key pressed' and 'when sprite clicked' are examples of event handling - responding to events triggered by the user or another part of the program.
    Event Handling
    30s
  • Q7
    Launching two stacks at the same time creates two independent threads that execute in parallel.
    threads (parallel execution)
    30s
  • Q8
    'broadcast' and 'when I receive' can coordinate the actions of multiple sprites. Using 'broadcast and wait' allows synchronization
    Coordination and synchronization
    30s
  • Q9
    'ask and wait' prompts users to type. 'answer' stores the keyboard input.
    keyboard input
    30s
  • Q10
    'pick random' selects random integers within a given range.
    random numbers
    30s
  • Q11
    'and, or, not' are examples of boolean logic.
    boolean logic
    30s
  • Q12
    'mouse_x, mouse_y, loudness' can be used as dynamic input for real time interaction
    dynamic interaction
    30s
  • Q13
    you can design interactive user interfaces in Scratch, for example, using clickable sprites to create buttons.
    user interface design
    30s
  • Q14
    a user defined object (character)
    sprite
    30s
  • Q15
    to change the look of a sprite you give the sprite a different . . ..
    costume
    30s

Teachers give this quiz to your class