RBS7. Arduino Buzzer Piano

RBS7. Arduino Buzzer Piano

1st Grade

7 Qs

quiz-placeholder

Similar activities

Fase R-0 - Aula 05 - Arducar

Fase R-0 - Aula 05 - Arducar

KG - University

6 Qs

Storage Devices

Storage Devices

1st Grade

11 Qs

Day#7

Day#7

1st Grade - University

12 Qs

Robótica 3 Básico b 1P

Robótica 3 Básico b 1P

1st - 3rd Grade

11 Qs

3. Potentiometer - PWM - RGB

3. Potentiometer - PWM - RGB

1st - 12th Grade

8 Qs

Akadmeia arduino #1

Akadmeia arduino #1

1st - 3rd Grade

10 Qs

5. RGB Colour switcher

5. RGB Colour switcher

1st - 10th Grade

7 Qs

MikroController Quiz      Paul & Tim

MikroController Quiz Paul & Tim

1st - 6th Grade

10 Qs

RBS7. Arduino Buzzer Piano

RBS7. Arduino Buzzer Piano

Assessment

Quiz

Computers

1st Grade

Medium

Created by

Robotic Schools

Used 157+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 10 pts

Media Image

What function allows you to play different sounds on a buzzer? 🎶🔊

analogWrite()

digitalWrite()

tone()

Serial.println()

2.

MULTIPLE CHOICE QUESTION

1 min • 10 pts

Media Image

What numbers will show up on the serial monitor when you read digital pins? 📊🔍

up to 10 numbers

0 to 255

0 to 1023

1 and 0

3.

MULTIPLE CHOICE QUESTION

1 min • 10 pts

Which connection below lets you create different sounds with the buzzer? 🔊

Media Image
Media Image

4.

MULTIPLE CHOICE QUESTION

1 min • 10 pts

What is the purpose of the noTone() function in an Arduino piano project? 🎹🔊

To reset the buzzer for a new sound 🎵🔄

To stop playing a tone on the buzzer 🚫🎶

To change the frequency of the sound 🎼🔄

To increase the volume of the sound 🔊⬆️

5.

MULTIPLE SELECT QUESTION

1 min • 10 pts

Media Image

Which code snippet will correctly print a message to the Serial Monitor when a button is pressed? 🎹📟

Media Image
Media Image
Media Image

6.

MULTIPLE CHOICE QUESTION

1 min • 10 pts

Media Image

What do the numbers in the tone function represent in the Arduino Buzzer Piano code? 🎶🔊

The volume level of the buzzer 🔊

The duration of the tone in milliseconds ⏱️

The frequency of the musical notes in Hertz (Hz) 🎼

The pin number connected to the buzzer 📌

7.

MULTIPLE CHOICE QUESTION

1 min • 10 pts

Media Image

What happens if you forget to include Serial.begin(9600); in your Arduino program? 📟🤔

You won’t see any data in the Serial Monitor 🚫📊

The Arduino will run faster ⚡

The Serial Monitor will show random characters 🆘

The Arduino will overheat 🔥