wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Makecode Arcade

Total questions: 18

Worksheet time: 10mins

Name
Class
Date
1.

What is the Makecode Arcade Editor?

a)

A tool for creating interactive projects

b)

A virtual playground for games

c)

A collection of colorful blocks

d)

A simulator toolbar

2.

What does the simulator in the Makecode Arcade Editor do?

a)

Allows you to test and play your game

b)

Shows you what your game will look like

c)

Lets you hear the sounds you've added

d)

All of the above

3.

What does the simulator toolbar in the Makecode Arcade Editor provide?

a)

Tools to run and interact with your game

b)

Buttons to start, stop, and reset your game

c)

Ability to change the size of the simulator window

d)

All of the above

4.

What can you do in the Makecode Arcade programming area?

a)

Bring your game ideas to life using code

b)

Create interactive projects

c)

Add colorful blocks, sprites, and sounds

d)

All of the above

5.

Which number shows the workspace?

a)

item 5

b)

item 6

c)

item 8

6.

What are the x and y location of a sprite or object on a screen in Makecode Arcade called?

a)

Makecode arcade

b)

Download

c)

Sprite

d)

Upload

e)

Coordinates

7.

Which of the following is showing part of Arcade coding platform?

a)
b)
c)
d)
8.

Which is the code where you can create/draw your own sprite?

a)
b)
c)
d)
9.

What does this code do to sprite?

a)

Moves Sprite up, down, left, and right

b)

Sets Sprite's position

c)

Shoots projectiles

d)

Changes background

10.

Where can you find codes for Life, Countdown, Score ?

a)

Info

b)

Variables

c)

Game

d)

Controller

11.

Where do you find code for Game over?

a)

Sprites

b)

Info

c)

Logic

d)

Game

12.

Which codes can you find in SCENE? (select all correct)

a)

Set background color

b)

Start screen --- effect

c)

Set tilemap to

d)

clear effects on my sprite

e)

sprite bounce on wall

13.
What is an algorithm?
a)
A) A type of software
b)
B) A set of instructions to solve a problem
c)
C) A programming language
d)
D) A type of computer
14.
In the computer coordinate system used in MakeCode Arcade, where is the point (0,0)?
a)
A) Bottom-right corner
b)
B) Bottom-left corner
c)
C) Top-right corner
d)
D) Top-left corner
15.
What is a sprite in MakeCode Arcade?
a)
A) A type of variable
b)
B) A 2D graphic or image
c)
C) A function
d)
D) A type of loop
16.
What would be a reason to use the 'set background color to' block in MakeCode Arcade?
a)
A) To make the game easier to play
b)
B) To set the mood or atmosphere of the game
c)
C) To increase the game's loading speed
d)
D) To change the sprite's position
17.
In what scenario would you use the 'pause __ ms' block in MakeCode Arcade?
a)
A) When you want to change the sprite's colour
b)
B) When you want to introduce a delay or pause in the game action
c)
C) When you want to reset the game
d)
D) When you want to end the game
18.
What is the primary purpose of the 'set position to x __ y __' block in MakeCode Arcade?
a)
A) To change the sprite's colour to match the x and y values
b)
B) To set the initial position of a sprite when the game starts
c)
C) To pause the game for x milliseconds and then resume for y milliseconds
d)
D) To set the background colour based on x and y coordinates