QUESTION IMAGE
Question
what is the name for a reusable group of blocks used to create a module in makecode arcade?
a. parameter
b. function
c. variable
d. program
Brief Explanations
In MakeCode Arcade, a function is a reusable group of blocks that can be used to create a module. A parameter is a value passed to a function, a variable is used to store data, and a program is a collection of code to perform tasks. So the correct option is B.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
B. Function