Multiple choice

The numbers that come immediately after and before hexadecimal number (FFEF)16 are, respectively

  1. (FFF0)16 and (FFE0)16

  2. (FFFE)16 and (FEE0)16

  3. (FFF0)16 and (FFFE)16

  4. (FFF0)16 and (FFEE)16

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

In hexadecimal, adding 1 to FFEF gives FFF0. Subtracting 1 from FFEF gives FFEE because the last digit F (value 15) becomes E (value 14).