The Four Core Computing Systems:
- Decimal (Base 10): Digits 0, 1, 2, 3, 4, 5, 6, 7, 8, 9. Standard human counting.
- Binary (Base 2): Digits 0 and 1 (Bits). Machine language of computers.
- Octal (Base 8): Digits 0 to 7. Shorthand for 3-bit binary groups.
- Hexadecimal (Base 16): Digits 0-9 and letters A-F (A=10, B=11, C=12, D=13, E=14, F=15). Used in memory addressing and web hex color codes (#FFFFFF).