Recall & Review
beginner
What does RGB stand for in RGB LED color mixing?
RGB stands for Red, Green, and Blue. These are the three colors combined in different amounts to create many colors.
Click to reveal answer
beginner
How do you create the color yellow using an RGB LED?
To make yellow, turn on the Red and Green LEDs together with full brightness, and keep Blue off.
Click to reveal answer
intermediate
Why do we use PWM (Pulse Width Modulation) when controlling RGB LEDs on Raspberry Pi?
PWM lets us control the brightness of each color by turning the LED on and off very fast, making it look dimmer or brighter.
Click to reveal answer
beginner
What happens if you set all three colors (Red, Green, Blue) to full brightness on an RGB LED?
The LED will show white light because mixing all three colors at full brightness creates white.
Click to reveal answer
beginner
In Raspberry Pi programming, which library is commonly used to control GPIO pins for RGB LEDs?
The RPi.GPIO library is commonly used to control GPIO pins on Raspberry Pi for RGB LED color mixing.
Click to reveal answer
Which two colors do you mix to get cyan on an RGB LED?
✗ Incorrect
Cyan is made by mixing Green and Blue light.
What does PWM control when used with RGB LEDs on Raspberry Pi?
✗ Incorrect
PWM controls how bright each color LED appears by adjusting the on/off timing.
If you want to make purple using an RGB LED, which colors should you mix?
✗ Incorrect
Purple is made by mixing Red and Blue light.
Which Raspberry Pi pin type is used to control an RGB LED?
✗ Incorrect
GPIO pins are used to send signals to control the RGB LED.
What color results from turning off all three RGB LED colors?
✗ Incorrect
Turning off all colors means no light, so the LED appears black or off.
Explain how you can mix colors using an RGB LED on a Raspberry Pi.
Think about how turning on different LEDs at different brightness levels changes the color.
You got /3 concepts.
Describe the role of GPIO pins and PWM in controlling an RGB LED on Raspberry Pi.
Consider how the Raspberry Pi talks to the LED and changes its light.
You got /3 concepts.