What a transistor does
A transistor is a three-terminal semiconductor device whose behavior at one pair of terminals is controlled by a signal at the third terminal. That gives you two essential functions:
- Amplification: a small input controls a large output — the same signal shape, bigger.
- Switching: a digital input either fully cuts off or fully turns on the output. The basis of every gate, register, and CPU on Earth.
Two dominant families exist. The Bipolar Junction Transistor (BJT), invented at Bell Labs in 1947, is current-controlled: a small base current modulates a large collector current. The Metal-Oxide-Semiconductor Field-Effect Transistor (MOSFET), mainstream by the late 1960s, is voltage-controlled: a gate voltage modulates a channel that carries current between source and drain.
BJTs ruled analog and early digital. MOSFETs run essentially every digital chip today. The rest of this lesson is why.
