Arduino Buzzers Quiz

Arduino Buzzers Quiz

Assessment

Interactive Video

Computers

6th - 8th Grade

Hard

Created by

Jennifer Brown

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary difference between active and passive buzzers?

Active buzzers have polarity, while passive buzzers do not.

Passive buzzers can only produce a single tone.

Passive buzzers are louder than active buzzers.

Active buzzers require code to operate, while passive buzzers do not.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you control an active buzzer using an Arduino?

By using a potentiometer.

By using pinMode and digitalWrite commands.

By connecting it directly to a digital pin.

By using the tone command.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command is used to play different tones with a passive buzzer?

analogWrite

digitalWrite

tone

noTone

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens if you swap the pins of a passive buzzer?

It will produce a different tone.

It will not work.

It will short circuit.

It will work the same.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why might you choose a passive buzzer over an active one?

To produce a constant loud tone.

To play variable frequency tones.

To avoid using any code.

To save power.