Active / Semiconductor
Diodes, transistors, ICs — the brains
Rectifier Diode
Diode
A diode that lets current flow one way only. Used to convert AC to DC and to block reverse current. The everyday power diode.
Schottky Diode
Diode
A diode with a very low forward voltage drop and fast switching speed, made from a metal-semiconductor junction instead of a p-n junction.
Zener Diode
Diode
A diode designed to conduct in REVERSE at a precise breakdown voltage, holding that voltage steady. Used as a simple voltage reference or clamp.
TVS / Transient Suppressor
Diode
A diode built to die for your circuit: normally invisible, it clamps voltage spikes (ESD, inductive kicks, surges) by avalanching in nanoseconds and dumping the energy as heat.
Bridge Rectifier
Diode
A full-wave rectifier that converts AC to DC using four diodes arranged in a bridge configuration. Provides a more efficient conversion than a single diode half-wave rectifier.
Special Diodes (Varactor / Tunnel / PIN / Gunn)
Diode
The 'special devices' chapter of EDC in one place: diodes engineered for jobs other than rectifying — voltage-variable capacitance (varactor), negative resistance (tunnel, Gunn) and RF switching/attenuation (PIN).
MOSFET
Transistor
A voltage-controlled switch/amplifier. Used everywhere for switching power efficiently (motors, LEDs, power supplies). Tiny gate current controls big load current.
BJT (NPN / PNP)
Transistor
A current-controlled switch and amplifier with three pins. A small base current controls a much larger collector current. The classic transistor.
JFET
Transistor
A junction FET: a normally-ON transistor whose channel is pinched off by reverse-biasing the gate. Prized for very high input impedance and low noise in analog front-ends.
IGBT
Transistor
A hybrid power switch: MOSFET-style voltage-driven gate with a BJT-style low-loss conduction path. The workhorse for switching hundreds of volts at tens/hundreds of amps — motor drives, welders, induction cooktops.
Darlington Pair
Transistor
Two BJTs stacked so the first amplifies the second's base current: gains of 1,000–30,000 from one package. Lets a weak signal switch amps — at the cost of a ~1 V minimum drop.
UJT (Unijunction Transistor)
Transistor
A three-terminal negative-resistance device that snaps on when its emitter voltage crosses a fixed fraction of the supply — the textbook relaxation oscillator and the classic trigger for SCRs. Obsolete in industry, immortal in exams.
SCR (Thyristor)
Thyristor
A four-layer semiconductor device that acts as a switch, conducting current when triggered and staying on until the current drops below a threshold. Used for power control and switching applications.
TRIAC
Thyristor
A three-terminal semiconductor device that acts as an electronic switch for alternating current (AC), capable of controlling power in both directions.
DIAC
Thyristor
A two-terminal trigger device that blocks until about ±32 V, then avalanches and dumps a sharp pulse — used almost exclusively to fire triacs cleanly and symmetrically in dimmers.
555 Timer IC
Integrated Circuit
A classic, versatile timer chip used to make delays, pulses, and oscillators (square waves). The best 'first IC' for beginners.
Op-Amp
IC (Analog)
A high-gain differential amplifier building block. With feedback it does amplification, filtering, comparison and math on analog signals. Hugely versatile.
Comparator
IC (Analog)
A high-gain amplifier that compares two voltages and outputs a digital signal indicating which is higher. Acts as a decision-making circuit.
Audio Amplifier IC
Integrated Circuit
A power amplifier on a chip: signal in, speaker out, minimal external parts. From the venerable LM386 breadboard companion to Class-D chips that drive real watts off a battery without a heatsink.
Linear Regulator (78xx / LDO)
IC (Power)
Turns a higher, messy DC voltage into a clean fixed lower voltage by dropping the difference as heat. Simple and quiet, but inefficient for big drops.
Switching Regulator (Buck/Boost)
IC (Power)
An integrated circuit that efficiently converts voltage levels using switching elements and inductors, either stepping down (buck) or stepping up (boost) input voltage.
Motor Driver IC (L298 etc)
IC (Power)
An integrated circuit that amplifies low-power control signals to drive high-current motors, enabling direction and speed control from microcontrollers like Arduino.
ADC / DAC
IC (Mixed)
The bridges between the analog world and digital logic. An ADC measures a voltage into a number; a DAC turns a number back into a voltage. Resolution, speed and the reference determine everything.
Logic Gates (74xx / CMOS)
IC (Digital)
Digital building blocks that perform Boolean logic (AND, OR, NOT, NAND, NOR, XOR, XNOR) on one or more binary inputs. The 74xx TTL and 4000 CMOS families contain hundreds of pre-built gate ICs.
Memory (EEPROM / Flash / RAM)
IC (Digital)
Chips that remember. EEPROM keeps small settings without power, Flash holds big code/data, RAM is fast scratch space that forgets at power-off. Endurance and interface are the gotchas.
Microcontroller (MCU)
IC (Compute)
A tiny computer on a chip: CPU, memory and I/O pins in one package. You program it to read sensors, drive outputs and run the logic of a product.
LED (light-emitting diode)
Diode / Optoelectronic
A diode that emits light when forward current flows. Polarised - only works one way. Needs a current-limiting resistor.
Optocoupler / Opto-isolator
Optoelectronic
An LED and a phototransistor sealed in one package, coupling signals by light. Provides galvanic isolation between two circuits so high-voltage and low-voltage sides never share a current path.
Photodiode / Phototransistor
Optoelectronic
Light in, current out. A photodiode produces a tiny current proportional to light — fast and linear. A phototransistor adds gain: more signal, slower and less linear. The receiving half of every IR link.
7-Segment Display
Optoelectronic
A display device shaped like a '8' that shows numbers by lighting up individual segments. Common in digital clocks, calculators, and meters.
LCD / OLED Display
Optoelectronic
A display technology that uses liquid crystals (LCD) or organic light-emitting diodes (OLED) to present visual information. Common in smartphones, monitors, and embedded systems.
Solar Cell / Photovoltaic
Optoelectronic
A large-area photodiode run in forward power-producing mode: light directly generates electricity. One silicon cell gives ~0.5–0.6 V regardless of size — area sets the current.
Laser Diode & Laser Modules
Optoelectronics
An LED pushed past threshold into stimulated emission: coherent, focused light from a chip. Powers fiber-optic links, laser pointers, engravers, LiDAR and the optical-communication unit of the ECE syllabus.