A semiconductor device is an electronic component made from semiconductor materials (primarily silicon or germanium) whose electrical conductivity lies between that of conductors and insulators, and which can be precisely controlled by doping, applied voltage, or light. Fundamental semiconductor devices include diodes (p-n junctions), bipolar junction transistors (BJTs), and metal-oxide-semiconductor field-effect transistors (MOSFETs), the last of which is the building block of all modern digital logic and memory chips. Semiconductor devices underpin all of modern electronics, enabling amplification, switching, rectification, and signal processing.
MOSFET Drain Current I_D = (μ_n × C_ox × W) / (2L) × (V_GS − V_th)²
LaTeX: I_D = \frac{\mu_n C_{ox} W}{2L}(V_{GS} - V_{th})^2
| Symbol | Meaning | Unit |
|---|---|---|
| I_D | Drain current in saturation region | A (Amperes) |
| μ_n | Electron mobility in channel | cm²/(V·s) |
| C_ox | Gate oxide capacitance per unit area | F/cm² |
| W | Channel width | m or µm |
| L | Channel length | m or µm |
| V_GS | Gate-to-source voltage | V (Volts) |
| V_th | Threshold voltage | V (Volts) |
Problem
An n-channel MOSFET has μ_n = 450 cm²/(V·s), C_ox = 3.45×10⁻³ F/m², W = 10 µm, L = 1 µm, and V_th = 0.5 V. Calculate the drain current I_D when V_GS = 1.5 V (saturation region).
Solution
Step 1 — Convert units: W = 10×10⁻⁶ m, L = 1×10⁻⁶ m, μ_n = 450×10⁻⁴ m²/(V·s) = 4.5×10⁻² m²/(V·s). Step 2 — Calculate the overdrive voltage: V_GS − V_th = 1.5 − 0.5 = 1.0 V. Step 3 — Apply MOSFET saturation formula: I_D = (μ_n × C_ox × W) / (2L) × (V_GS − V_th)² I_D = (4.5×10⁻² × 3.45×10⁻³ × 10×10⁻⁶) / (2 × 1×10⁻⁶) × (1.0)² I_D = (1.5525×10⁻⁹) / (2×10⁻⁶) × 1 I_D = 7.76×10⁻⁴ A
Answer
I_D ≈ 0.776 mA
| Device | Type | Symbol | Key Application |
|---|---|---|---|
| p-n Diode | Passive switching | →| | Rectification, LEDs, solar cells |
| BJT (NPN) | Current-controlled | Transistor symbol | Amplifiers, analog circuits |
| MOSFET (NMOS) | Voltage-controlled | FET symbol | Digital logic, power switches |
| Zener Diode | Voltage regulator | →|< | Voltage references, protection |
| IGBT | Power switching | Hybrid symbol | Motor drives, inverters |
PhET — Semiconductor Applets
Interactive simulations for understanding charge carriers and semiconductor physics
Open ToolNIST Semiconductor Resources
Reference data and standards for semiconductor device characterization
Open ToolBrilliant.org — Electrical Engineering
Interactive lessons on transistors, diodes, and circuit fundamentals
Open ToolWikimedia Commons, CC BY-SA
Very Large Scale Integration (VLSI) design is the process of creating an integrated circuit by combining billions of transistors onto a single silicon chip through photolithographic fabrication. Modern VLSI design flows use Electronic Design Automation (EDA) tools and hardware description languages (VHDL, Verilog, SystemVerilog) to design, simulate, verify, and synthesize digital circuits before physical fabrication. VLSI technology has driven Moore's Law, enabling the miniaturization of processors, memory, and SoCs that power modern computing.
Digital-to-Analog Conversion (DAC) is the process of transforming a discrete digital signal (a binary number representing a sampled value) into a continuous analog signal such as a voltage or current. DACs are essential in all audio playback, video output, motor control, and signal generation applications where a digital processor must interact with the physical analog world. Key performance metrics include resolution (number of bits), sampling rate, signal-to-noise ratio (SNR), and total harmonic distortion (THD).
A Field-Programmable Gate Array (FPGA) is an integrated circuit containing an array of configurable logic blocks (CLBs), programmable interconnects, and I/O elements that can be reconfigured after manufacturing to implement virtually any digital circuit. Unlike fixed-function ASICs, FPGAs are reprogrammable using hardware description languages such as VHDL or Verilog, enabling rapid prototyping and field updates. FPGAs are widely used in signal processing, telecommunications, hardware acceleration, aerospace, and as prototyping platforms for ASIC designs.
From Latin "semi-" (half) and "conductor" (one who leads or conducts, from "conducere"). The term "semiconductor" was used as early as 1782 by Alessandro Volta to describe certain materials. The modern era of semiconductor devices began with the invention of the point-contact transistor by William Shockley, John Bardeen, and Walter Brattain at Bell Labs on December 23, 1947.