Transistor
Definition pending verification.
A semiconductor device used to amplify or switch electronic signals and electrical power, forming the fundamental building block of modern electronic devices and integrated circuits.
graph LR
Center["Transistor"]:::main
Pre_physics["physics"]:::pre --> Center
click Pre_physics "/terms/physics"
Rel_antimatter_propulsion["antimatter-propulsion"]:::related -.-> Center
click Rel_antimatter_propulsion "/terms/antimatter-propulsion"
Rel_arpanet["arpanet"]:::related -.-> Center
click Rel_arpanet "/terms/arpanet"
Rel_artificial_consciousness["artificial-consciousness"]:::related -.-> Center
click Rel_artificial_consciousness "/terms/artificial-consciousness"
classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
linkStyle default stroke:#4b5563,stroke-width:2px;
🧒 Explique como se eu tivesse 5 anos
It's like a tiny electronic faucet; a small turn (signal) on the handle controls a much bigger flow of water (electricity) through the pipe.
🤓 Expert Deep Dive
Transistors operate based on the principles of semiconductor physics, typically involving doped silicon or germanium. BJTs utilize a sandwich structure (NPN or PNP) where the base region is thin and lightly doped. Current injection into the base creates charge carriers that diffuse into the collector region, enabling current amplification. The common-emitter current gain is denoted by $\beta$. FETs, such as MOSFETs (Metal-Oxide-Semiconductor FETs), use an insulated gate to create or modulate a conductive channel. The gate voltage creates an electric field that attracts or repels charge carriers in the channel, controlling its resistance. MOSFETs are dominant in digital ICs due to their low static power consumption and scalability. Key parameters include threshold voltage ($V_{th}$), transconductance ($g_m$), and breakdown voltage. The continuous scaling of transistors, as described by Moore's Law, has driven exponential growth in computing power, but faces physical limits related to quantum tunneling, heat dissipation, and lithographic precision.