Multiple choice

Hexadecimal numeral corresponding to the decimal number 0.125 is

  1. (0.2)16

  2. (0.1)16

  3. (0.02)16

  4. None of these

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

To convert 0.125 to hex, multiply by 16: 0.125 * 16 = 2.0. The integer part is 2, so the result is 0.2 in base 16.