9 . Arduino Piano

9 . Arduino Piano

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Adana Deneyap Elektronik Programlama Ortaokul 3. Hafta

Adana Deneyap Elektronik Programlama Ortaokul 3. Hafta

6th - 8th Grade

10 Qs

Arduino - P2uur - deel 2

Arduino - P2uur - deel 2

6th - 12th Grade

12 Qs

16 . Distance Range Finder

16 . Distance Range Finder

6th - 8th Grade

10 Qs

G7.IoT - Tổng hợp kiến thức CBSA và Servo

G7.IoT - Tổng hợp kiến thức CBSA và Servo

7th Grade

15 Qs

Arduino Midterm Review 2

Arduino Midterm Review 2

8th - 10th Grade

15 Qs

2. LDR Module

2. LDR Module

1st - 12th Grade

10 Qs

Breadboard - Arduino

Breadboard - Arduino

7th - 10th Grade

12 Qs

Robotica

Robotica

6th - 12th Grade

10 Qs

9 . Arduino Piano

9 . Arduino Piano

Assessment

Quiz

Computers

6th - 8th Grade

Easy

Created by

Youngbot Academy

Used 7+ 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?