9 . Arduino Piano

9 . Arduino Piano

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Robotica

Robotica

6th - 12th Grade

10 Qs

Arduino - Electronic Components

Arduino - Electronic Components

7th Grade

10 Qs

arduinobytinkercad april

arduinobytinkercad april

5th - 8th Grade

10 Qs

Adana Deneyap Elektronik Programlama Ortaokul 3. Hafta

Adana Deneyap Elektronik Programlama Ortaokul 3. Hafta

6th - 8th Grade

10 Qs

2. LDR Module

2. LDR Module

1st - 12th Grade

10 Qs

CODING QUIZZ

CODING QUIZZ

8th Grade

13 Qs

Arduino P-uur - deel 3

Arduino P-uur - deel 3

6th - 10th Grade

14 Qs

TinkerCad Quiz

TinkerCad Quiz

7th Grade - Professional Development

10 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?