wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Exploring Sound in Scratch Animation

Total questions: 7

Worksheet time: 4mins

Name
Class
Date
1.

What is the first step to add a sound effect to a sprite in Scratch?

a)

Click on the "Costumes" tab

b)

Click on the "Sounds" tab

c)

Click on the "Scripts" tab

d)

Click on the "Backdrops" tab

2.

Which block would you use to play a sound until it finishes in Scratch?

a)

"play sound [sound] until done"

b)

"start sound [sound]"

c)

"stop all sounds"

d)

"change volume by (10)"

3.

How can you record a custom sound in Scratch?

a)

Use the "Choose a Sound" option

b)

Use the "Record" button in the Sounds tab

c)

Use the "Import" button in the Costumes tab

d)

Use the "Add Extension" button

4.

If you want a sound to play continuously in a Scratch project, which block should you use?

a)

"play sound [sound] until done"

b)

"start sound [sound]"

c)

"forever" loop with "start sound [sound]"

d)

"repeat until" loop with "stop all sounds"

5.

How can you control the volume of a sound in Scratch?

a)

Use the "change volume by (10)" block

b)

Use the "set pitch to (100)" block

c)

Use the "change tempo by (20)" block

d)

Use the "set size to (100)%" block

6.

Which block would you use to stop all sounds in a Scratch project?

a)

"stop all sounds"

b)

"stop script"

c)

"stop all"

d)

"stop other scripts in sprite"

7.

When would you use the "set volume to (100)%" block in a Scratch project?

a)

To change the pitch of a sound

b)

To adjust the speed of an animation

c)

To set the sound volume to its maximum level

d)

To loop a sound clip