WorksheetsMakeCode Arcade Sound and Project Features
Total questions: 16
Worksheet time: 8mins
Where can you find projects you have recently worked on in MakeCode Arcade?
The 'New Project' button
The 'My Projects' section
The 'Beginner Skillmaps' area
The 'Import' button
What symbol indicates that your work has been successfully auto-saved in MakeCode Arcade?
The text 'saving...'
A cloud icon with a checkmark
A floppy disk icon
A red X icon
What is the universal symbol for a manual save in MakeCode Arcade?
A cloud icon
A floppy disk icon
A download arrow
A green checkmark
If your project is not auto-saving correctly, how can you restore a manually saved project?
Click 'New Project'
Click 'View All' and select the project
Click the 'Import' button and choose the saved file
Restart the application
Which feature allows you to create a simple melody by placing notes on a grid or choose from pre-made tunes in MakeCode Arcade?
The "play song" block's advanced editor.
The "play sound" block's sound effects.
The "play melody" block's editor and gallery.
The "ring tone" block.
What is the main difference between playing music "until done" and "looping in background" in MakeCode Arcade?
"Until done" plays the music once and pauses other game actions, while "looping in background" plays it continuously without pausing.
"Until done" plays the music continuously, while "looping in background" plays it only once.
"Until done" is for short sound effects, and "looping in background" is for long melodies.
"Until done" plays music at a slower tempo, and "looping in background" plays it faster.
If you want to compose your own music with different instruments, multiple measures, and precise note placement, which block should you use?
"play melody"
"play sound"
"play song"
"randomize"
In a clicker game where you earn points by pressing a button, when is the most appropriate time to play a sound effect?
Continuously throughout the game as background music.
Only when the game starts.
Every time the button is pressed.
Only when the game ends.
What happens if a sound effect is set to play "until done" when a button is pressed?
The game pauses until the sound finishes.
The sound plays repeatedly in the background.
The sound plays once while other actions continue.
The sound is ignored if other actions are happening.
Which of the following is a type of waveform that can be used to create custom sound effects?
Circle
Square
Rectangle
Oval
Which property of a custom sound effect can be adjusted to make it fade in or fade out?
Frequency
Effect
Volume
Duration
What is the main advantage of using the "show long text" block instead of the "splash" block for displaying detailed game instructions?
"Show long text" allows for more lines of text without scrolling slowly.
"Splash" blocks can only display a single word.
"Show long text" automatically translates the text into different languages.
"Splash" blocks are only visible for a very short time.
Which of the following is NOT a valid position for displaying text using the "show long text" block?
Bottom
Middle-Left
Top
Full screen
Which of these elements can be used to decorate the "long text" block?
Dialog frame, text color, cursor
Background image, sprite kind, score
Melody, tempo, looping
Position, image, sound
When applying decorations like frames or text color to a "long text" block, what is the correct order of operations?
Decorations must be set after the "show long text" block.
Decorations must be set before the "show long text" block.
The order does not matter for decorations.
Decorations can only be applied to sprites, not text blocks.
What is the final step to share a game project after giving it a title?
Click the "Share Project" button to generate a link.
Download the project to your computer.
Update the project thumbnail.
Change the game's theme.
