
Term 1 Test (18-11-24)
Quiz by Camille Domingo
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
60 questions
Show answers
- Q1What does the 'glide' block do in Scratch?Moves a sprite smoothly to a specified positionTurns the sprite aroundChanges the sprite's sizeMakes the sprite disappear30s
- Q2What is the purpose of the 'show' block in Scratch?To move a spriteTo change the sprite's colorTo hide a spriteTo make a sprite visible30s
- Q3Which block allows your Scratch sprite to change its position on the stage?change x byset color effectplay soundsay 'Hello!'30s
- Q4What block do you use in Scratch to check if a condition is true or false?foreverrepeat untilif thenstop all30s
- Q5In Scratch, which block would you use to control the timing of actions in your project?change sizego to frontwait 1 secondbroadcast message30s
- Q6In Scratch, which block would you use to change the backdrop of your project?next backdropshowswitch backdrop to [Backdrop1]set backdrop to [Backdrop1]30s
- Q7Which Scratch block would you use to stop all the scripts in your project when a certain condition is met?foreverstop allgo to [x: 0 y: 0]wait until30s
- Q8In Scratch, which block would you use to control a sprite's movement based on mouse position?go to [mouse pointer]set x to [mouse x]move [10] stepspoint in direction [90]30s
- Q9In Scratch, what block would you use to repeat an action a certain number of times?ifwaitrepeatuntil30s
- Q10What block would you use to start a sequence when the green flag is clicked in Scratch?when sprite clickedwhen green flag clickedbroadcast [message]when space key pressed30s
- Q11What block would you use in Scratch to make a sprite jump to a specific position on the stage?turn cw 90 degreeschange x by [value]move 10 stepsgo to x: [value] y: [value]30s
- Q12A Scratch project requires multiple sprites to perform different tasks. If you want one sprite to start moving when another sprite is clicked, which block should you use in the clicked sprite's script?When I receiveForeverBroadcastIf-Then30s
- Q13In a Scratch game, you want to create a counter that keeps track of how many points a player earns. Which block would you use to increase the score by one each time a player collects a point?ChangeHideStopSet30s
- Q14What should you use in Scratch to make a sprite move in response to keyboard input, like the arrow keys?ForeverWhen key pressedIf touchingWait until30s
- Q15To make a sprite say something for a few seconds in a Scratch project, which block would you use?ThinkSayWaitSay for seconds30s