3. Which pins on the Arduino Uno can be used for Pulse Width Modulation (PWM)?
Correct Answer: b) 3, 5, 6, 9, 10, 11
Explanation:
PWM pins on Arduino Uno:
- 6 pins marked with ~ symbol
- Pins 3, 5, 6, 9, 10, 11
- Provide analog-like output using digital pulses
- Used for controlling LED brightness, motor speed, etc.
- 8-bit resolution (0-255 values)