What is the base of the hexadecimal number system?
A
16
B
8
C
10
D
2
Correct Answer: Option A — 16
Explanation:
The hexadecimal number system uses a base of 16, employing digits 0 through 9 and letters A through F to represent values. It is commonly us...
The hexadecimal number system uses a base of 16, employing digits 0 through 9 and letters A through F to represent values. It is commonly used in computing to represent binary data in a more compact and readable form.