
Scratch
Quiz by farah
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 Scratch primarily used for?Creating animated stories and gamesSolving mathematical equationsWriting essaysConducting scientific experiments30s
- Q2In Scratch, what does the green flag do?Resets the programStops the programStarts the programChanges the background30s
- Q3What is a sprite in Scratch?A character or object in a projectA type of programming blockThe background of the stageThe sound used in a project30s
- Q4What is a 'broadcast' in Scratch?A background imageA visual effectA type of sound effectA way to send messages between sprites30s
- Q5What block would you use to make a sprite move 10 steps in Scratch?turn 10 degreesgo to x: 10 y: 10move 10 stepschange x by 1030s
- Q6What is the purpose of the 'when green flag clicked' block in Scratch?To pause the projectTo end the programTo change the sprite colorTo start a script when the project is run30s
- Q7Which of the following is a way to make a sprite say something in Scratch?show [Hello!]write [Hello!]speak [Hello!]say [Hello!]30s
- Q8What do you use the 'repeat' block for in Scratch?To play a soundTo end a scriptTo change the backgroundTo repeat a set of actions a certain number of times30s
- Q9What is the 'Costume' feature in Scratch used for?To set the stage backgroundTo create scriptsTo add new soundsTo change the appearance of a sprite30s
- Q10What does the 'pen' block do in Scratch?Moves a spritePlays a soundChanges sprite sizeDraws on the stage30s
- Q11What is a sprite in Scratch?A visual character or object that performs actionsA programming errorA tool for drawingA type of background music30s
- Q12What does the 'when green flag clicked' block do in Scratch?It stops all scripts immediatelyIt starts the script when the green flag is clickedIt plays a soundIt changes the sprite's color30s
- Q13In Scratch, what is a 'backdrop'?A sound effectA type of script blockThe background for a stage in a Scratch projectA character in the animation30s
- Q14What is the purpose of the 'forever' loop in Scratch?To execute instructions only onceTo repeatedly execute a set of instructions indefinitelyTo create a random numberTo pause the script30s
- Q15What is the purpose of the 'if' block in Scratch?To execute a set of instructions only if a specific condition is trueTo create a new spriteTo change the backdropTo stop the script from running30s