9 . Arduino Piano

9 . Arduino Piano

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

BK 6 7 Sınıf Kodlama ve Robotik

BK 6 7 Sınıf Kodlama ve Robotik

6th - 7th Grade

10 Qs

Arduino

Arduino

7th - 8th Grade

13 Qs

Занятие 10_05-IT-Старт-Сеньор-10

Занятие 10_05-IT-Старт-Сеньор-10

6th - 8th Grade

15 Qs

Arduino Básico para 8°

Arduino Básico para 8°

8th Grade

15 Qs

Fidget Cubes (More on Maker Unit 2)

Fidget Cubes (More on Maker Unit 2)

8th - 9th Grade

7 Qs

Arduino - P2uur - deel 2

Arduino - P2uur - deel 2

6th - 12th Grade

12 Qs

Thi cuối HK1_PART 3_Kết nối đèn Led với Arduino & Breadboard

Thi cuối HK1_PART 3_Kết nối đèn Led với Arduino & Breadboard

7th Grade

10 Qs

Day#7

Day#7

1st Grade - University

12 Qs

9 . Arduino Piano

9 . Arduino Piano

Assessment

Quiz

Computers

6th - 8th Grade

Easy

Created by

Youngbot Academy

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary component used to produce sound in an Arduino piano project?

piezo buzzer
motor
LED
speaker

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function in Arduino is used to produce a tone on a buzzer?

beep()
sound()
buzz()
tone()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the noTone() function do in an Arduino sketch?

Increases the volume of the buzzer

Changes the frequency of the buzzer

Turns on the buzzer

Stops the tone on the buzzer

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In an Arduino piano project, which component is used to detect key presses?

Switch
LED
Resistor

PushButton

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you specify the frequency of the tone produced by the buzzer in Arduino?

tone(pin, frequency, duration);

tone(pin, duration);

tone(pin, volume);

tone(pin, frequency);

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you turn off the tone on pin 8 in an Arduino sketch?

offTone(8);

noTone(8);

stopTone(8);

endTone(8);

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of using delay() in an Arduino sketch for a piano?

To speed up the execution of the sketch
To add random noise to the notes
To change the pitch of the notes

To add a pause between tones

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?