From semiconductor materials to diodes, transistors, and logic gates β the building blocks of modern electronics
Devices in which a controlled flow of electrons can be obtained are the basic building blocks of all the electronic circuits. Before the discovery of transistor in 1948, such devices were mostly vacuum tubes. The invention of the transistor revolutionised electronics, leading to miniaturisation and the modern digital age.
Very low resistivity (~10β»βΈ Ω·m). Free electrons flow easily. Examples: Cu, Ag, Al.
Very high resistivity (>10¹ⰠΩ·m). No free electrons. Examples: rubber, glass, diamond.
Intermediate resistivity (~10β»β΄ to 10ⴠΩ·m). Si, Ge, GaAs. Band gap ~1 eV.
Intrinsic: pure. Extrinsic: doped with impurities (n-type or p-type).
A p-n junction is formed when p-type and n-type semiconductors are joined. The depletion region creates a potential barrier:
Forward: p connected to +, n to β. Low resistance, current flows easily.
Reverse: p connected to β, n to +. High resistance, only tiny leakage current flows.
A rectifier converts AC to DC using diodes:
A Zener diode is designed to operate in reverse breakdown. It maintains a constant voltage (Zener voltage) across its terminals:
A bipolar junction transistor (BJT) has three terminals: emitter, base, and collector:
Logic gates are the building blocks of digital circuits, performing Boolean operations on binary inputs:
| Gate | Symbol | Truth Table | Output |
|---|---|---|---|
| AND | A Β· B | 00β0, 01β0, 10β0, 11β1 | Both inputs must be 1 |
| OR | A + B | 00β0, 01β1, 10β1, 11β1 | Either input must be 1 |
| NOT | Δ | 0β1, 1β0 | Inverts the input |
| NAND | (A Β· B)' | 00β1, 01β1, 10β1, 11β0 | Negative AND |
| NOR | (A + B)' | 00β1, 01β0, 10β0, 11β0 | Negative OR |