Multiple choice technology programming languages

Data is represented by

  1. Decimal

  2. Hexadecimal

  3. Octadecimal

  4. Binary

  5. None of the above

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

Whitespace represents data in binary format - each instruction uses a sequence of spaces and tabs to encode binary digits. This is fundamental to how the language works: spaces/tabs/linefeeds are mapped to binary commands. Options A (decimal), B (hexadecimal), C (octadecimal - also a typo, should be octal) are incorrect representations used in other contexts.