Bird
Raised Fist0

Given the ASCII codes 72, 101, 108, 108, 111, what text do they represent?

medium📝 Analysis Q4 of Q15
Intro to Computing - How Data is Represented
Given the ASCII codes 72, 101, 108, 108, 111, what text do they represent?
AApple
BWorld
CHello
DHouse
Step-by-Step Solution
Solution:
  1. Step 1: Convert ASCII codes to characters

    72 = H, 101 = e, 108 = l, 108 = l, 111 = o.
  2. Step 2: Combine characters into a word

    Combining gives "Hello".
  3. Final Answer:

    Hello -> Option C
  4. Quick Check:

    ASCII codes to text = Hello [OK]
Quick Trick: ASCII codes map to characters directly [OK]
Common Mistakes:
MISTAKES
  • Misreading ASCII codes
  • Mixing character order
  • Assuming Unicode instead of ASCII

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Intro to Computing Quizzes