Multiple choice

128 in decimal is equivalent to

  1. 80 in hexadecimal

  2. 180 in octal

  3. 100 in binary

  4. none of these

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

128 in decimal is 80 in hexadecimal (8 * 16^1 + 0 * 16^0 = 128).