The hexadecimal equivalent of the binary integer number 110101101 is
2018
The hexadecimal equivalent of the binary integer number 110101101 is
- A.
D24
- B.
1BD
- C.
1AE
- D.
1AD
Attempted by 118 students.
Show answer & explanation
Correct answer: D
Group the binary digits into sets of four starting from the right, padding with leading zeros if needed. Convert each group to its hexadecimal equivalent: 0001 is 1, 1010 is A, and 1101 is D. Combining these gives the final hexadecimal value of 1AD.
A video solution is available for this question — log in and enroll to watch it.