Multiple choice

The ASCII code in hexadecimal for number 5 is

  1. 5

  2. 25

  3. 35

  4. 65

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

The ASCII value for the character '5' is 53 in decimal, which converts to 35 in hexadecimal (3*16 + 5 = 53). Option A (5) is the character itself, B (25) is 37 decimal, and D (65) is the ASCII code for 'A'.