RBS7. Arduino Buzzer Piano

RBS7. Arduino Buzzer Piano

1st Grade

7 Qs

quiz-placeholder

Similar activities

Historia komputera

Historia komputera

1st - 6th Grade

8 Qs

Scratch - podstawowe wiadomości

Scratch - podstawowe wiadomości

1st Grade

10 Qs

Historia de MicrosoftWord

Historia de MicrosoftWord

1st Grade

10 Qs

Unidad 2 - Actividad 3

Unidad 2 - Actividad 3

1st Grade

12 Qs

Grow up

Grow up

1st - 11th Grade

10 Qs

YouCode Scratch Quiz

YouCode Scratch Quiz

KG - 12th Grade

10 Qs

PRE-TEST: SYSTEM UNIT

PRE-TEST: SYSTEM UNIT

1st - 10th Grade

10 Qs

ETWINNING SID EVENT 24

ETWINNING SID EVENT 24

1st - 12th Grade

10 Qs

RBS7. Arduino Buzzer Piano

RBS7. Arduino Buzzer Piano

Assessment

Quiz

Computers

1st Grade

Medium

Created by

Robotic Schools

Used 164+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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 🔥