Hexadecimal vs Binary
Hexadecimal vs Binary
**Question:**
What is the main benefit of using hexadecimal over binary?
**Options:**
c. Greater accuracy
d. More complex
**Explanation:**
- Hexadecimal provides a more compact representation of binary numbers.
- One hexadecimal digit represents four binary digits (bits), which shortens long binary
numbers.
- This makes it easier for humans to read, write, and interpret data.
- Computers still use binary internally; hexadecimal is mainly for human convenience.