The Hexadecimal numbering system is based on which base number?
ABase 16
BBase 2
CBase 8
DBase 10
Explanation
The Hexadecimal system is a Base-16 numbering system. It uses digits 0-9 to represent values zero to nine, and letters A-F to represent values ten to fifteen. It is widely used in computing for memory address display and HTML color codes (e.g. #FFFFFF).
Exam Relevance
- Topic: Computer Fundamentals, Networking & Cybersecurity
- Subtopic: Hardware, MS Office, Protocols, Operating Systems & AI

No Comments