Quiz on Scratch
Quiz by Nancy Dias
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
20 questions
Show answers
- Q1What is the name of the software that you are using to create the game/story ?ScratchPythonStageSprite30s
- Q2What is the background called in Scratch ?StageScriptControlSprite30s
- Q3What is the function of , 'when green flag clicked' command block?If condition is true, runs the blocks insideRuns the scriptPoints sprite in the specified direction30s
- Q4What is the function of the 'forever' command block?If condition is true, runs the blocks inside.Runs the script inside over and overPoint sprite in specified direction30s
- Q5Which command block enables you to control the sprite?When_key is pressedWait_secsPoint in direction30s
- Q6What is the function of the 'Move 10 steps' command block?Move sprite when specified key is pressedKeeps repeatingMove sprite forward30s
- Q7What word describes instructions to control the sprite ?ScorepointsScriptCommand30s
- Q8What happens if the instruction blocks in Scratch are placed in the wrong order?The program will not function properly because instructions are jumbled.The program will not run normallyThe program will be slowThe program will not work faster30s
- Q9What is Scratch ?A computer deviceA programming languageA websiteA computer project30s
- Q10What two things do all Scratch programs have ?Only 2 spritesOnly stageScripts and instructionsScripts and sprites30s
- Q11What happens when green flag symbol is clicked?The program stopsThe program freezesThe program gets deletedThe program starts30s
- Q12What is the cat in Scratch called ?PetAnimalSprite30s
- Q13What kind of block do I use to make my sprite move around?SensingSoundControlMotion30s
- Q14The ....... command helps to continuously do a taskForeverSensingIf touchingRepeat30s
- Q15To execute the loop 10 times. Which command will you use ?If ... thenForeverglideRepeat (10)30s