The 15's complement of the Hexadecimal number (A01)16 is:
2016
The 15's complement of the Hexadecimal number (A01)16 is:
- A.
(6E0)16
- B.
(6EE)16
- C.
(5F0)16
- D.
(5FE)16
Attempted by 48 students.
Show answer & explanation
Correct answer: D
The correct option is D. To find the 15's complement of a hexadecimal number, subtract each digit from the maximum value F (decimal 15). Here, F - A = 5, F - 0 = F, and F - 1 = E. Thus, the 15's complement of (A01)16 is (5FE)16.