Czy wolisz polską wersję strony elektroda?
Nie, dziękuję Przekieruj mnie tamWhat does VCC mean?
VCC usually means the positive supply voltage of an electronic circuit.
Historically, VCC comes from BJT transistor terminology, where it refers to the voltage connected to the collectors of transistors. In modern electronics, it is often used more generally to mean the main positive power rail.
Key points:
The meaning of VCC is best understood in both its historical and modern context.
In bipolar transistor circuits, terminal names are:
From that convention:
So, in older BJT logic families such as TTL, VCC specifically referred to the positive supply rail.
Today, engineers often use VCC as a generic label for the positive supply, even in circuits that are not based on BJTs. For example:
So if you see a pin labeled VCC, it usually means:
“Connect the positive power supply here.”
You may also encounter these related labels:
| Label | Traditional meaning | Typical modern meaning |
|---|---|---|
| VCC | BJT collector supply | Positive supply |
| VDD | MOSFET drain supply | Positive supply |
| VEE | BJT emitter supply | Negative supply |
| VSS | MOSFET source supply | Ground or negative supply |
| GND | Ground reference | 0 V reference |
In current practice, VCC and VDD are often used almost interchangeably, even though their origins are different.
Do not assume that VCC always equals 5 V.
It only tells you the role of the pin or rail, not its actual voltage.
Examples:
Always verify the required value in the datasheet or schematic.
In modern electronics documentation:
A notable trend is more explicit rail naming, because modern systems often have multiple supply domains.
A simple interpretation is:
For example, if a sensor has three pins:
then:
Another common case is an IC with:
That simply means the IC needs power between those two pins.
There are no major ethical or legal issues tied to the term itself, but there are safety considerations:
Therefore:
Use a multimeter: \[ V_{CC} = V(\text{VCC pin}) - V(\text{GND}) \]
If the measured value is outside the datasheet range, the circuit may malfunction.
Also, outside electronics, VCC can mean other things, but in an electronics context it almost always refers to the power supply.
If you want to go deeper, useful follow-up topics are:
VCC means the positive supply voltage of a circuit.
Historically it comes from BJT collector-supply notation, but in modern electronics it is commonly used as a general label for the positive power rail. The most important practical point is that VCC identifies the supply function, not a fixed voltage value.
If you want, I can also explain the difference between VCC, VDD, VEE, and VSS in one compact table.