
Scratch
Quiz by MrsAdams
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
22 questions
Show answers
- Q1The order of stepsSequence30s
- Q2Forever and repeat can be used for iteration (repeating a series of instructions)Iteration (looping)30s
- Q3if and if-else check for a conditionconditional statements30s
- Q4the variable blocks allow you to create variables and use them in a program. the bariables can store numbers or strings.variables30s
- Q5the 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 Handling30s
- Q7Launching 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 synchronizationCoordination and synchronization30s
- Q9'ask and wait' prompts users to type. 'answer' stores the keyboard input.keyboard input30s
- Q10'pick random' selects random integers within a given range.random numbers30s
- Q11'and, or, not' are examples of boolean logic.boolean logic30s
- Q12'mouse_x, mouse_y, loudness' can be used as dynamic input for real time interactiondynamic interaction30s
- Q13you can design interactive user interfaces in Scratch, for example, using clickable sprites to create buttons.user interface design30s
- Q14a user defined object (character)sprite30s
- Q15to change the look of a sprite you give the sprite a different . . ..costume30s