What is the 15's complement of the hexadecimal number (C00D0)16?
2018
What is the 15's complement of the hexadecimal number (C00D0)16?
- A.
(2FF3F)16
- B.
(3FF2F)16
- C.
(3EE2E)16
- D.
(2EE3E)16
Attempted by 145 students.
Show answer & explanation
Correct answer: B
To find the 15's complement of a hexadecimal number, subtract each digit from F (representing 15). For C00D0, compute F-C=3, F-0=F, and F-D=2. This calculation results in the final complement value of 3FF2F.