Exploring Sound in Scratch Animation

Exploring Sound in Scratch Animation

6th Grade

7 Qs

quiz-placeholder

Similar activities

Class VI - Chapter 2 - one word

Class VI - Chapter 2 - one word

6th Grade

10 Qs

NotchUp - Scratch My First Quiz

NotchUp - Scratch My First Quiz

1st - 8th Grade

8 Qs

Coding Quiz

Coding Quiz

6th - 8th Grade

10 Qs

Scratch Programming- Introduction to game creation

Scratch Programming- Introduction to game creation

6th Grade

10 Qs

code

code

5th Grade - University

6 Qs

Scratch Interface

Scratch Interface

6th - 8th Grade

12 Qs

Scratch Quiz ADVANCED

Scratch Quiz ADVANCED

5th - 8th Grade

11 Qs

Lesson 5A: Event Programming Exit Ticket

Lesson 5A: Event Programming Exit Ticket

6th - 8th Grade

12 Qs

Exploring Sound in Scratch Animation

Exploring Sound in Scratch Animation

Assessment

Quiz

Computers

6th Grade

Medium

Created by

Jonathan Smith

Used 2+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

Click on the "Costumes" tab

Click on the "Sounds" tab

Click on the "Scripts" tab

Click on the "Backdrops" tab

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

"play sound [sound] until done"

"start sound [sound]"

"stop all sounds"

"change volume by (10)"

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you record a custom sound in Scratch?

Use the "Choose a Sound" option

Use the "Record" button in the Sounds tab

Use the "Import" button in the Costumes tab

Use the "Add Extension" button

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

"play sound [sound] until done"

"start sound [sound]"

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

"repeat until" loop with "stop all sounds"

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

Use the "change volume by (10)" block

Use the "set pitch to (100)" block

Use the "change tempo by (20)" block

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

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

"stop all sounds"

"stop script"

"stop all"

"stop other scripts in sprite"

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

To change the pitch of a sound

To adjust the speed of an animation

To set the sound volume to its maximum level

To loop a sound clip