Home · Academy · Robotics & Coding · Introduction to Electronics · Voltage, Current and Resistance

Voltage, Current and Resistance

Learn voltage, current and resistance and how they relate in a circuit through simple analogies.

LESSON COMPASS

What will you use this page for?

Core idea

Voltage is the push that moves electrons, current is how much flow passes through, and resistance is what holds that flow back; together they decide how a circuit behaves.

Evidence to produce

Complete the page task with your own input, test conditions and reasoning.

Control trap

Mixing up voltage and current Voltage is the "push" and current is the "amount that flows." They are different things. High voltage alone does not mean high current; if the circuit has enough resistance, the current stays small. Connecting an LED without a resistor Connecting an LED straight to a battery is one of the…

Next connection

Open and Closed Circuits: We will learn that electricity needs a complete path to flow, and how a switch opens and closes that path.

Module sources: Python Tutorial · Arduino Learn

LevelBeginner
Age10–16
Duration30–45 min
PrerequisiteWhat Is Electricity?
ContentStandard lesson · 1,568 words
Last updated

One-sentence summary

Voltage is the push that moves electrons, current is how much flow passes through, and resistance is what holds that flow back; together they decide how a circuit behaves.

Why does it matter?

Why does a robot's motor sometimes turn weakly? Why does an LED suddenly flash bright and burn out? The answer almost always hides in the same three ideas: voltage, current and resistance.

Without understanding these three quantities, we cannot build a circuit safely. Choose the wrong resistor and we may burn out an LED; apply the wrong voltage and we may damage a part. This lesson is the foundation for the real circuits you will build later. We are not connecting any wires yet; first we build a clear picture in our heads.

The good news is that these ideas work almost exactly like the water and pipes you already know from everyday life.

The water-pipe analogy

We cannot see electricity directly, so comparing it to something visible helps a lot. The most common comparison is the water-pipe analogy. Picture a water tank, some pipes, and narrow spots along those pipes.

Voltage: the push

Voltage is the force that pushes electrons. Its unit is the volt, shown with the letter V.

In the water analogy, voltage is like the height of the tank, or the pressure of the water. The higher the tank sits, the harder the water pushes through the pipe.

For example, two AA batteries connected in a row (2×AA) give you about 3 V, while a USB cable carries 5 V. USB's "push" is a little stronger than the batteries'.

Current: the amount of flow

Current is how much electric charge passes a point. Its unit is the ampere (amp), shown with the letter A. In small circuits we often use milliamps (mA); 1000 mA = 1 A.

In the water analogy, current is the amount of water passing through the pipe each second. A thick, full pipe lets a lot of water through; a thin pipe lets only a little through.

A small LED is happy running at about 10 mA, while a tiny robot motor can draw hundreds of mA. The larger the current, the more the wires and batteries warm up.

Resistance: the barrier to flow

Resistance is what stands in the way of the flow. Its unit is the ohm, shown with the Greek letter omega (Ω).

In the water analogy, resistance is how narrow the pipe is. The narrower the pipe, the harder it is for water to pass.

In electronics there is a special part called a resistor. Its job is exactly this: to limit the flow. If we connect an LED straight to a battery, too much current passes and the LED is damaged; adding a resistor pulls the current down to a safe level.

All three together: Ohm's law

Voltage, current and resistance are not independent. A simple rule called Ohm's law links them:

Voltage = Current × Resistance
V = I × R

We can read this with the water analogy:

So more voltage means more current, and more resistance means less current. This one idea is often enough to explain what is happening in a circuit.

A small calculation: a resistor for an LED

Suppose we want to safely light an LED from a 5 V USB source. A typical red LED "uses up" about 2 V across itself, and we want about 10 mA (that is 0.01 A) of current for comfortable operation.

The voltage left across the resistor is:

Voltage across the resistor = 5 V - 2 V = 3 V

Rearranging Ohm's law to find the resistance:

Resistance = Voltage / Current
R = 3 V / 0.01 A = 300 Ω

An exact 300 Ω can be hard to find in shops, so we use the next standard value up, 330 Ω. This lowers the current slightly and makes the LED even safer. That is how we work out a resistor's real job in a circuit.

Mini practice

In this practice we connect no parts at all; we just match the ideas to the water analogy. Draw three columns on a sheet of paper: Voltage, Current, Resistance.

Read the sentences below and place each one in the correct column:

  1. "The higher the water tower, the stronger the push."
  2. "The narrower the pipe, the harder the flow."
  3. "How much water passes through the pipe each second."
  4. "Its unit is the volt, its letter is V."
  5. "Its unit is the ohm, its letter is Ω."
  6. "Its unit is the amp, its letter is A."

Then answer this: if you raise the resistance in a circuit, does the current go up or down? Explain your answer using Ohm's law.

Bonus challenge: if you wanted to light the same red LED (about 2 V, 10 mA) from a 6 V battery pack, calculate the resistor you would need. (Hint: first find the voltage across the resistor.)

Common mistakes

Mixing up voltage and current

Voltage is the "push" and current is the "amount that flows." They are different things. High voltage alone does not mean high current; if the circuit has enough resistance, the current stays small.

Connecting an LED without a resistor

Connecting an LED straight to a battery is one of the most common mistakes. Without a current-limiting resistor, too much current flows through the LED and it can flash bright and burn out in an instant.

Confusing the units

10 mA and 10 A are very different: they differ by a factor of 1000. When you calculate, do not forget to convert milliamps to amps (divide mA by 1000).

Thinking "more voltage is always better"

Every part has a limit. If you apply more voltage than a part can handle, you can damage it. The goal is to use the right value, not the highest one.

Safety note

Lesson summary

Check questions

  1. What is the unit and symbol of voltage?
  2. What do we compare current to in the water-pipe analogy?
  3. What is the job of a resistor, and what is its unit?
  4. Write Ohm's law. What happens to the current when resistance increases?
  5. On a 5 V source, how many ohms of resistance does a red LED need if it uses 2 V across itself and wants 10 mA?

Answers

  1. The unit of voltage is the volt, and its symbol is V. It is the force that pushes electrons.
  2. Current is like the amount of water passing through the pipe (each second). Its unit is the ampere (A), symbol A.
  3. A resistor's job is to limit the flow / stand in the way of the flow. Its unit is the ohm, symbol Ω.
  4. V = I × R. When resistance increases (with voltage fixed), the current decreases, because the barrier to flow grows larger.
  5. The voltage across the resistor is 5 − 2 = 3 V. R = 3 V ÷ 0.01 A = 300 Ω; in practice we use the next standard value up, 330 Ω.

Source and verification note

For “Voltage, Current and Resistance”, verification focuses on whether the relationship between The water-pipe analogy and Current: the amount of flow remains consistent across examples. Activities are designed only for low-voltage direct-current circuits; mains electricity is not used. Component values must be rechecked for the actual circuit, and connections should be reviewed with an adult before power is applied.

Next lesson

Open and Closed Circuits: We will learn that electricity needs a complete path to flow, and how a switch opens and closes that path.

Start QuizBack to Introduction to Electronics
QUESTION POOL

Reinforce this lesson with 10 questions

This lesson has a pool of 20 questions. Each attempt selects 10 and reshuffles the choices.