Terms that are commonly used in low voltage/DC/electronics.
| Term | Symbol | Meaning |
| Forward voltage | Vf | Voltage used by a component as current travels through. |
| Forward current | If | Current that a LED/component pulls. |
| Cathode | −, K | Negative terminal on a diode. |
| Anode | +, A | Positive terminal on a diode. |
| Positive supply voltage | VDD, VCC, VS+, V+ | |
| Negative supply voltage | VEE, VSS, VS−, V− | |
| Ground | GND, 0, ⏚ | |
| Rectifier | AC/DC | Device that converts AC to DC. |
| Inverter | DC/AC | Device that converts DC to AC. |
- GND and VSS are not always the same, for example analog
vs. digital ground.
- Forward voltage Vf is sometimes referred to as "voltage drop".
- Forward current If is sometimes refer to as the "draw" of a component.
- Rectifiers can exist in my forms, for example as 4 diodes in a bridge (known as a Graetz bridge,
and is used in alternators) connected in a way that only allows the current to pass
through the bridge in one direction.
| Term | |
| I²C | Inter-Integrated Circuit . |
SDA | Serial data line |
SCL | Serial clock line |
| SPI | Serial peripheral interface . |
CLK/SCLK/SCK | Serial clock |
MOSI/DIN | Data output from main device/controller. Sometimes referred to as DIN (Digital input) as the input of the component. |
MISO | Data output from client devices to target devices |
CE | Chip enable |
CS | Chip select (active low) signal from controller to address clients and start transmitting. |