Multiple choice

Notepad is an application program which allows the text entered by the user to be I in the _________.

  1. ASCII code

  2. Binary code

  3. Machine language

  4. Assembly language

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

Notepad stores text in ASCII code (American Standard Code for Information Interchange), which uses 7 or 8 bits to represent characters. Each character typed is saved as its corresponding ASCII value. This is why Notepad can only handle plain text without formatting - it stores raw character codes, not binary, machine language, or assembly representations.