0
0
Raspberry Piprogramming~5 mins

Raspberry Pi hardware overview (GPIO, USB, HDMI) - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is GPIO on a Raspberry Pi?
GPIO stands for General Purpose Input/Output. It is a set of pins on the Raspberry Pi that allow you to connect and control electronic components like LEDs, buttons, and sensors.
Click to reveal answer
beginner
How many USB ports does a typical Raspberry Pi have and what are they used for?
A typical Raspberry Pi has multiple USB ports (usually 2 to 4). These ports let you connect devices like keyboards, mice, USB drives, and other peripherals.
Click to reveal answer
beginner
What is the purpose of the HDMI port on a Raspberry Pi?
The HDMI port is used to connect the Raspberry Pi to a monitor or TV. It carries both video and audio signals so you can see and hear the output from your Pi.
Click to reveal answer
intermediate
Can you explain the difference between input and output pins on the GPIO?
Input pins read signals from devices like buttons or sensors. Output pins send signals to devices like LEDs or motors. You can program the Raspberry Pi to use pins as input or output depending on your project.
Click to reveal answer
intermediate
Why is it important to be careful when connecting devices to the GPIO pins?
GPIO pins work with low voltage and can be damaged if connected incorrectly. Connecting the wrong voltage or shorting pins can harm your Raspberry Pi. Always check your wiring and use resistors when needed.
Click to reveal answer
What does GPIO stand for on a Raspberry Pi?
AGeneral Purpose Input/Output
BGraphical Processing Input/Output
CGeneral Peripheral Interface Output
DGlobal Pin Input/Output
Which port on the Raspberry Pi is used to connect a monitor?
AUSB port
BGPIO pins
CHDMI port
DEthernet port
What kind of devices can you connect to the USB ports on a Raspberry Pi?
AKeyboards, mice, USB drives, and other peripherals
BOnly sensors
COnly monitors
DOnly keyboards
What happens if you connect a high voltage to a GPIO pin?
AThe Raspberry Pi will work faster
BThe GPIO pin will automatically adjust voltage
CNothing will happen
DThe GPIO pin or Raspberry Pi can be damaged
Which GPIO pin mode reads signals from a button?
AOutput mode
BInput mode
CPower mode
DGround mode
Describe the main functions of the GPIO, USB, and HDMI ports on a Raspberry Pi.
Think about what each port connects to and what it controls.
You got /3 concepts.
    Explain why safety is important when using GPIO pins on the Raspberry Pi.
    Consider what could happen if you connect things wrong.
    You got /3 concepts.