
Y8-Lesson3-Retrieval
Quiz by Teran Subasinghe
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
6 questions
Show answers
- Q1In a MakeCode Arcade game, what is the purpose of a sprite?To represent characters or objects within the gameTo display the game's titleTo create background musicTo store the player's score30s
- Q2What is the function of a variable in a MakeCode Arcade game?To play sound effectsTo store information that can change during the gameTo change the game's backgroundTo create a new sprite30s
- Q3What is a common block used in MakeCode Arcade to detect when a player sprite touches a food sprite?When Logo is clickedOn Sprite A overlaps with Sprite BChange Sprite B colorSet Sprite A to 030s
- Q4What happens when a player sprite collects a food sprite in a MakeCode Arcade game?The player's score usually increasesThe level resetsThe food sprite disappearsThe game ends30s
- Q5In MakeCode Arcade, what is the purpose of using game loops in your game design?To continuously check for input and update the game stateTo change the background colorTo play background musicTo reset the game after a win30s
- Q6What is the first step when creating a simple game in MakeCode Arcade?Design the ending screenAdd sound effectsCreate the high score tableSet up the game scene and player sprite30s