Week 10 Quiz: Output Devices and Actuators

Test your understanding of LEDs, buzzers, servos, and output control

📝 10 questions covering output devices, PWM control, and actuator programming

Student Information

Question 1: PWM vs Digital Output

What is the main advantage of using PWM output instead of digital output for LED control?

Question 2: LED Current Limiting

Why do LEDs require current limiting resistors?

Question 3: PWM Range

What range of values can be used with analogWrite() for PWM output?

Question 4: Buzzer Types

What is the main difference between active and passive buzzers?

Question 5: Servo Control

What type of signal is used to control servo motor position?

Question 6: Servo Position Range

What is the typical position range for a standard servo motor?

Question 7: Tone Function

What Arduino function is used to generate musical tones with a passive buzzer?

Question 8: Servo Library

Which Arduino library function is used to set a servo to a specific position?

Question 9: RGB LED Project

You want to create an RGB LED mood light that changes colors based on room temperature. Describe how you would connect and program this system, including what input device you'd use and how you'd map temperature to colors.

Question 10: Troubleshooting

A student reports that their servo motor is "jittery" and doesn't hold its position steadily. It also seems to move to random positions occasionally. What are three possible causes of this problem and how would you fix each one?

← Back to Week 10 Lesson
Next: Week 11 Lesson →