Multiple choice

01101000 01100101 01101100 01101100 01101111 stands for?

  1. hello

  2. goodbye

  3. GO AWAY

  4. What

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

Each 8-bit binary number represents an ASCII character code. Converting 01101000, 01100101, 01101100, 01101100, and 01101111 to decimal gives 104, 101, 108, 108, and 111. In ASCII, these numbers correspond to the letters h, e, l, l, and o, spelling out 'hello'.