
Year 8 Recap Variables and Game Development with MakeCode Arcade
Quiz by Paul Cummins
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
12 questions
Show answers
- Q1What is the main objective of the 'Chase the Apple' game in MakeCode Arcade?To reach the highest score without getting caughtTo defeat a monsterTo build a shelterTo collect as many apples as possible30s
- Q2In MakeCode Arcade, which block is primarily used to detect when the player has collected an apple?On score changeOn button pressedOn game startOn overlap with30s
- Q3Which programming concept allows you to repeat a set of instructions multiple times in MakeCode Arcade?ConditionsLoopsVariablesFunctions30s
- Q4What is the purpose of sprites in the 'Chase the Apple' game?To represent characters or objects in the gameTo control the game's speedTo create sound effectsTo store the game's score30s
- Q5What action can you program in MakeCode Arcade to increase the player's score when they collect an apple?Change score byDisplay scoreReset score toSet score to30s
- Q6Which event block would you use to start the game when the player presses a button in MakeCode Arcade?On button pressedOn game startOn overlap withOn sprite clicked30s
- Q7What visual effect can you apply to a sprite when the player collects an apple in MakeCode Arcade?Increase its speedChange the background colorChange its appearanceMake it invisible30s
- Q8What is the purpose of the 'Background' in the 'Chase the Apple' game?To provide a visual setting for the gameTo manage player movementTo control the game speedTo track the player's score30s
- Q9How can you make the apple sprite appear in random locations in the game?Use the 'move' blockSet a fixed positionChange the apple colorUse the 'set position to' block with random values30s
- Q10What programming concept is commonly used in MakeCode Arcade to create movement for the player character in the Chase the Apple game?VariablesFunctionsStringsArrays30s
- Q11What is a common way to increase the difficulty in the Chase the Apple game?Removing the apples from the gameDecreasing the size of the playerAdding more lives for the playerIncreasing the speed of the apples30s
- Q12What happens when the player collects a certain number of apples in the Chase the Apple game?The player advances to the next levelThe game restartsThe player loses a lifeThe player's character shrinks30s