Skip to content

Quiz: Breadboard Wiring and Electrical Fundamentals

Test your understanding of breadboard wiring and electrical fundamentals with these review questions.


1. What is a breadboard row?

  1. A short strip of five connected holes running across the middle section of the board
  2. A long strip of connected holes running the full length of the board along the top and bottom edges
  3. A short flexible wire with a pin on each end used to bridge two holes
  4. A physical connection point on a microcontroller configurable for input or output
Show Answer

The correct answer is A. A breadboard row is a short strip of five connected holes running across the middle section of the board — any two components plugged into the same row are automatically connected. Option B describes a breadboard rail instead, which runs the full length of the board for power distribution. Option C describes a jumper wire, and option D describes a GPIO pin.

Concept Tested: Breadboard Row


2. Which equation correctly states Ohm's Law?

  1. V = I / R
  2. R = V x I
  3. V = I x R
  4. I = V x R
Show Answer

The correct answer is C. Ohm's Law states that voltage equals current multiplied by resistance, written as V = I x R, where V is in volts, I is in amps, and R is in ohms. This can be rearranged to solve for current (I = V / R) or resistance (R = V / I), but options A, B, and D each misstate the relationship between the three quantities.

Concept Tested: Ohms Law


3. What is forward voltage?

  1. The voltage level required to configure a GPIO pin as an input
  2. The voltage measured across a pull-up resistor at rest
  3. The maximum safe voltage a current-limiting resistor can withstand
  4. The minimum voltage drop required across an LED before it begins conducting current and producing light
Show Answer

The correct answer is D. Forward voltage is the minimum voltage drop required across an LED before it begins conducting current and producing light, typically around 1.8 to 2.2 volts for a standard red or green LED. Below that threshold, essentially no current flows. Options A, B, and C each describe unrelated electrical concepts that do not match the chapter's definition.

Concept Tested: Forward Voltage


4. What is "ground" in a circuit?

  1. The rail on a breadboard marked with a red line
  2. The common reference point in a circuit that current returns to, treated as the zero-volt baseline
  3. A resistor connecting a GPIO pin to VCC
  4. The positive supply voltage rail in a circuit
Show Answer

The correct answer is B. Ground is the common reference point in a circuit that current returns to, treated as the "zero volts" baseline every other voltage is measured against — on a breadboard, usually the rail marked with a black or blue line, not red. Option A describes the VCC rail's typical marking, option C describes a pull-up resistor, and option D is the definition of VCC, not ground.

Concept Tested: Ground


5. How does a pull-up resistor configuration differ from a pull-down resistor configuration for a digital GPIO pin?

  1. A pull-up resistor connects the pin to ground so it reads low by default, while a pull-down resistor connects the pin to VCC so it reads high by default
  2. A pull-up resistor is used only with analog pins, while a pull-down resistor is used only with digital pins
  3. A pull-up resistor connects the pin to VCC so it reads high by default, while a pull-down resistor connects the pin to ground so it reads low by default
  4. A pull-up resistor and a pull-down resistor produce identical default readings but differ only in resistor color
Show Answer

The correct answer is C. A pull-up resistor connects a GPIO pin to VCC so it reads high by default until something actively pulls it low, while a pull-down resistor connects the pin to ground so it reads low by default until something actively pulls it high. Option A reverses these two connections. Option B is false since both configurations are used with digital pins, and option D ignores that their default readings are opposite, not identical.

Concept Tested: Pull Up Resistor


6. Why does an LED circuit need a current-limiting resistor in series with the LED?

  1. Because without it, current isn't limited at all and the LED can draw far more than its rated current, burning it out
  2. Because an LED's resistance increases sharply once forward voltage is reached, which naturally limits current
  3. Because the resistor supplies the forward voltage the LED needs to begin conducting
  4. Because a resistor is required to determine the LED's polarity
Show Answer

The correct answer is A. Without a current-limiting resistor, current isn't restricted at all, and once an LED's forward voltage is reached, current can increase very quickly for only a small additional increase in voltage, drawing far more than its rated current and burning it out. Option B is backwards — an LED does not naturally self-limit current. Option C confuses the resistor's role with the power supply's, and option D confuses current limiting with polarity, an unrelated property.

Concept Tested: Current Limiting Resistor


7. Why does an unconnected (floating) digital GPIO pin read unpredictably instead of a stable high or low value?

  1. Because digital pins can only be read using analog-to-digital conversion
  2. Because floating pins are automatically configured as outputs by the microcontroller
  3. Because ground and VCC are not present anywhere on the breadboard
  4. Because the pin has no pull-up or pull-down resistor to establish a default state, so it picks up stray electrical noise
Show Answer

The correct answer is D. Without a pull-up or pull-down resistor in place, an unconnected digital pin "floats" and picks up tiny amounts of stray electrical noise from the environment, causing it to read randomly as high or low. Option A misapplies analog-to-digital conversion, which is unrelated to digital pins. Option B is false — floating pins are not automatically reconfigured, and option C is incorrect since ground and VCC rails are normally present on a wired breadboard.

Concept Tested: Digital Pin


8. What is the key difference between a breadboard row and a breadboard rail?

  1. A row distributes power the full length of the board, while a rail only connects five holes at a time
  2. A row is used only for ground connections, while a rail is used only for VCC connections
  3. A row is a short five-hole strip running across the middle section of the board, while a rail is a long strip running the full length of the board's edge, typically used for power distribution
  4. A row and a rail are two names for the same physical structure on a breadboard
Show Answer

The correct answer is C. A row is a short strip of five connected holes running across the middle section of the board, while a rail is a long strip of connected holes running the full length of the board's top or bottom edge, typically used to distribute power. Option A swaps the two definitions. Option B incorrectly assigns fixed ground/VCC roles to rows, and option D wrongly claims they are the same structure.

Concept Tested: Breadboard Rail


9. A student wants to safely drive a red LED (forward voltage 2.0V, rated current 20 mA) from a Pico's 3.3V GPIO pin. Using the current-limiting resistor formula R = (Vsupply - Vforward) / Irated, what is the minimum safe resistor value?

  1. 20 ohms
  2. 65 ohms
  3. 165 ohms
  4. 330 ohms
Show Answer

The correct answer is B. Substituting the given values: R = (3.3V - 2.0V) / 0.02A = 1.3 / 0.02 = 65 ohms. In practice, a maker would round up to a common resistor value like 100 or 220 ohms to stay safely under the rated current, but the calculated minimum from the formula is 65 ohms. The other options do not result from correctly applying the formula to these values.

Concept Tested: Current Limiting Resistor


10. A student builds an LED circuit with a correctly sized current-limiting resistor, connects it to VCC and ground, but the LED does not light. A multimeter confirms voltage is present across the circuit. What is the most likely cause?

  1. The current-limiting resistor value is too small
  2. The breadboard row being used is not connected to a power rail
  3. The jumper wire connecting the circuit uses the wrong color
  4. The LED is connected backwards, with its anode and cathode reversed
Show Answer

The correct answer is D. An LED only conducts and produces light when its anode is connected toward VCC and its cathode toward ground; reversing this polarity means no current flows even with correct voltage present, exactly matching the scenario. Option A would make the LED dimmer or riskier, not dark. Option B and C would both prevent the multimeter from reading voltage at all, which contradicts the given information, and wire color has no electrical effect on the circuit.

Concept Tested: LED Polarity