Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Day#7

Total questions: 12

Worksheet time: 6mins

Name
Class
Date
1.

What type of sound does an active buzzer make?

a)

Music

b)

Beep sound without needing a tone signal

c)

Requires tone() to work

d)

No sound

2.

Which function is used to play sound on a buzzer in Arduino code?

a)

buzz()

b)

playSound()

c)

tone()

d)

beep()

3.

What does the tone(pin, frequency) function do?

a)

Stops the sound

b)

Plays a tone at given frequency

c)

Lights an LED

d)

Changes color

4.

Which Arduino pins support PWM (needed for RGB LEDs)?

a)

All digital pins

b)

Only analog pins

c)

Pins marked with ~ (tilde)

d)

None

5.

What is the range of PWM values in Arduino?

a)

0–10

b)

0–100

c)

0–1023

d)

0–255

6.

An RGB LED has how many pins?

a)

2

b)

3

c)

4

d)

5

7.

What is the purpose of resistors in an RGB LED circuit?

a)

Increase brightness

b)

Change color

c)

Limit current to prevent damage

d)

Turn off the LED

8.

Which combination makes white in an RGB LED?

a)

Red only

b)

Green only

c)

Red + Green + Blue

d)

Blue only

9.

To make the buzzer play sound continuously in blocks, we use:

a)

If block

b)

Repeat loop

c)

Digital read

d)

Serial print

10.

In Tinkercad blocks, which values do we use for PWM output?

a)

True or False

b)

1 and 0

c)

0 to 255

d)

1024

11.

What happens if all RGB pins are set to 0?

a)

LED shows white

b)

LED shows red

c)

LED is off

d)

LED blinks

12.

Which pin on Arduino is commonly used for buzzer output?

a)

Analog pin A0

b)

GND

c)

Any digital pin

d)

RESET