Binary equivalent to (A0F)₁₆ is:
2025
Binary equivalent to (A0F)₁₆ is:
- A.
111000111
- B.
101001111
- C.
101000001111
- D.
11100001010
Attempted by 1087 students.
Show answer & explanation
Correct answer: C
Convert each hexadecimal digit to its 4-bit binary equivalent and concatenate the results.
A → 10 → 1010
0 → 0 → 0000
F → 15 → 1111
Concatenate the 4-bit groups: 1010 0000 1111 → 101000001111
Final answer: 101000001111
A video solution is available for this question — log in and enroll to watch it.