Question:

The base of the hexadecimal number system is:

Show Hint

The prefix “hex” in hexadecimal refers to 6, and “deci” refers to 10. So hexadecimal means base 16.
  • 16
  • 10
  • 8
  • 2
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

Step 1: Understand number system bases.
Binary (base 2)
Octal (base 8)
Decimal (base 10)
Hexadecimal (base 16)
Step 2: Explanation of hexadecimal
Hexadecimal is a base-16 number system. It uses 16 symbols: 0-9 and A-F, where A represents 10, B represents 11, and so on. Step 3: Correct answer
The base of the hexadecimal system is 16.
Was this answer helpful?
0
0