MakeCode Arcade Questions

MakeCode Arcade Questions

10th Grade

15 Qs

quiz-placeholder

Similar activities

Programming Languages & MakeCode Arcade Basics

Programming Languages & MakeCode Arcade Basics

10th Grade

15 Qs

Introduction To Programming - Lesson Exception Handling

Introduction To Programming - Lesson Exception Handling

11th Grade - University

13 Qs

Programming Foundations Practice Quiz

Programming Foundations Practice Quiz

11th Grade

20 Qs

Understanding Loops in C Programming

Understanding Loops in C Programming

1st Grade - University

15 Qs

12A and C version 1 Final Semester 1 Exam

12A and C version 1 Final Semester 1 Exam

12th Grade

20 Qs

CMDP2063 Unix and C Programming

CMDP2063 Unix and C Programming

University

15 Qs

EXTRA PRACTICE - Coding & Gaming

EXTRA PRACTICE - Coding & Gaming

10th Grade

15 Qs

Mail Merge

Mail Merge

10th Grade - University

11 Qs

MakeCode Arcade Questions

MakeCode Arcade Questions

Assessment

Quiz

Information Technology (IT)

10th Grade

Medium

Created by

Ranex Descallar

Used 4+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first step to creating a variable in MakeCode Arcade?

Click on "Advanced" and then "Variables"

Use the "Create Variable" block in the toolbox

Drag a "Set Variable" block to the workspace

Define it in the code editor directly

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In MakeCode Arcade, which block would you use to change the value of a variable?

Set Variable block

Change Variable block

Show Variable block

Set to 0 block

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main purpose of the "on start" block in MakeCode Arcade?

It runs when the game is reset

It initializes variables and game settings

It checks for user input

It makes the sprite move

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a loop that repeats indefinitely in MakeCode Arcade?

Use a "repeat" block

Use a "while" loop block

Use a "forever" block

Use a "loop until" block

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

5. What does the "if" block in MakeCode Arcade do?

It checks a condition and executes code if the condition is true.

It repeats a block of code a certain number of times.

It defines a variable to store data.

It stops the execution of the program.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the 'if' block do in MakeCode Arcade?

It repeats a block of code a specific number of times

It checks if a condition is true and runs a block of code if true

It sets the value of a variable

It stops the program

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How would you store multiple values (like scores from different players) in MakeCode Arcade?

Use a single variable for each score

Use an array to store multiple values

Use a "text" block to store values

Store the values in the "sprites" block

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?