VCC
Common Collector Voltage; the positive supply voltage for an integrated circuit containing bipolar junction transistors.
VCC: the positive rail that powers BJT circuits
VCC is the positive supply voltage applied to an integrated circuit that contains bipolar junction transistors. It represents the highest potential in the circuit and serves as the reference point from which transistors draw current and establish their operating regions. In a typical logic IC, VCC might be 5 volts, 3.3 volts, or another fixed level depending on the device family and application.
The term itself comes from the convention of labeling power supply pins in older discrete transistor circuits. The "C" refers to the collector terminal of a BJT, and VCC means "voltage at the collector common point", the rail to which all collector loads ultimately return. When designers began integrating multiple transistors onto a single chip, they retained this naming even though no single collector exists; the convention stuck because it immediately told engineers what they were dealing with.
How VCC interacts with circuit operation
VCC establishes the maximum output voltage a BJT can achieve and sets the headroom available for signal swings. When a transistor is saturated (fully on), its collector voltage approaches VCC; when cut off, the output voltage equals VCC. The current flowing through a transistor's collector circuit is ultimately sourced from VCC, so supply voltage directly affects switching speed and power dissipation. Insufficient VCC will prevent proper transistor action; excessive VCC can destroy the device if it exceeds the absolute maximum rating.
In practice, VCC must be decoupled with capacitors placed physically close to the IC pins to suppress noise and voltage sag during rapid switching transients. A 0.1 microfarad ceramic capacitor per power pin is standard in modern board design. Degradation of the VCC rail, whether from insufficient bypassing, poor trace routing, or excessive load current, causes timing errors, logic failures, and spontaneous resets in digital circuits.
VCC should not be confused with Vdd (drain voltage in MOSFETs) or Vbb (substrate bias in CMOS). In mixed-signal ICs, multiple supply rails may exist: VCC for logic, separate pins for analog sections, and ground (typically labeled GND or VSS). Always verify the datasheet, as non-standard labeling does occur in legacy or specialized devices.