Number Base Systems
Computers use different number systems: binary (base-2), octal (base-8), decimal (base-10), and hexadecimal (base-16). Understanding these is essential for programming and computer science.
Common Uses
- Binary: machine code, bitwise operations
- Octal: Unix file permissions
- Hexadecimal: color codes, memory addresses