Multiple choice

What is the hexadecimal equivalent of binary number 10101111?

  1. AF

  2. 9E

  3. 8C

  4. None of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Group binary digits into sets of 4 from the right: 1010 (10 decimal = A hex) and 1111 (15 decimal = F hex). This gives AF in hexadecimal.