Semiconductor Devices
Easy Overview
Every single electronic device you own — your phone, laptop, TV — is built from tiny semiconductors. These materials are neither good conductors nor good insulators; they're in between. But with a little clever doping (adding impurities), they become the most versatile materials in the world. This chapter is about the building blocks of modern electronics.
Semiconductors and Doping
Pure silicon is a semiconductor. In its pure form (intrinsic), it doesn't conduct well. But add a tiny bit of phosphorus (which has an extra electron), and suddenly it conducts much better — that's n-type (negative). Add boron (which has one less electron, creating a 'hole'), and you get p-type (positive). Holes act like positive charge carriers. This doping process is incredibly precise — we're talking parts per million. Doping is what makes semiconductors useful — without it, there'd be no transistors, no diodes, no modern electronics.
PN Junction Diode
Join a p-type and n-type semiconductor together, and you get a PN junction diode. The interface forms a 'depletion region' with no free carriers — like a wall. Connect the battery one way (forward bias — p to positive, n to negative), and the wall disappears — current flows. Connect it the other way (reverse bias), and the wall gets thicker — no current flows. That's it: a one-way street for electricity. Diodes are used as rectifiers (converting AC to DC), in solar cells (light creates electron-hole pairs), and as LEDs (electrons recombine with holes, releasing light).
Rectifiers
Rectifiers convert AC to DC using diodes. A half-wave rectifier uses one diode and only passes the positive half of the AC wave — you lose half the power. A full-wave rectifier uses four diodes in a bridge configuration and flips the negative half into positive — much more efficient. Add a capacitor across the output, and it smooths out the pulses into a nearly steady DC. That's how the power adapter for your phone works — it takes 220V AC from the wall and converts it to 5V DC for charging.
Logic Gates
Logic gates are the simplest digital building blocks. AND gate outputs 1 only if both inputs are 1. OR gate outputs 1 if at least one input is 1. NOT gate flips 0 to 1 and vice versa. From these, you build everything — NAND, NOR, XOR, and then whole circuits like adders, flip-flops, and processors. The amazing thing is that these gates are just cleverly wired transistors. Millions of them fit on a fingernail-sized chip. Every calculation, every app, every game — it's all just logic gates switching on and off billions of times per second.
Key Points
- •Intrinsic semiconductors: pure Si or Ge. Extrinsic: doped with impurities to create n-type or p-type.
- •PN junction: conducts in forward bias, blocks in reverse bias.
- •Diode as rectifier: half-wave (one diode) and full-wave (bridge rectifier with 4 diodes).
- •LED works by electron-hole recombination releasing photons. Color depends on band gap energy.
- •Zener diode operates in reverse breakdown region and is used as a voltage regulator.
- •Logic gates: AND, OR, NOT, NAND, NOR, XOR. NAND and NOR are universal gates.
Practice Questions
- Explain the working of a PN junction diode in forward and reverse bias with V-I characteristics.
- Draw a full-wave bridge rectifier circuit and explain its working. How is ripple reduced?
- Distinguish between half-wave and full-wave rectifiers.
- Realize the logic gates AND, OR, NOT using NAND gates only.
- What is a Zener diode? Explain how it can be used as a voltage regulator.