A transistor does useful work only inside a circuit.

The circuit gives the transistor a source of energy, a load, and a reference point for interpreting voltage.

A Circuit Needs a Path

Current flows through a path. A single disconnected component cannot carry useful current by itself.

In a simplified powered circuit:

flowchart LR
  supply["Power supply"] --> load["Load"]
  load --> device["Controlling device"]
  device --> ground["Ground reference"]

The load is the thing being affected by the circuit. It might be a resistor, an LED, another transistor network, or the input of another circuit.

The transistor controls whether the path behaves like it is open, closed, or partly conductive.

Ground Is a Reference

Ground is not magic dirt. In circuit reasoning, ground is usually the reference voltage called 0 V.

Other voltages are measured relative to that reference. A signal called 5 V, 3.3 V, or 1 V means “this much potential difference compared with the reference.”

This matters because digital logic is based on relative electrical conditions:

  • near ground can mean logical 0
  • near supply voltage can mean logical 1

The exact voltage ranges depend on the circuit family and design.

Output Voltage Comes from Paths

A circuit output moves high or low because some path pulls it toward a voltage.

For example:

  • a path to the positive supply pulls the output high
  • a path to ground pulls the output low
  • if no strong path exists, the output may float and become unreliable

This is one of the most important bridges to CMOS logic. Logic gates are not abstract truth tables first. They are transistor networks that create paths toward supply or ground under specific input conditions.

Boundary

A transistor does not decide a voltage alone. It changes a path inside a larger circuit.

The durable model is:

Circuit state comes from paths between nodes, supply, ground, and loads. A transistor matters because it can make one of those paths more or less conductive.