Multiple choice

How many different characters are allowed by ASCII - 7?

  1. 32

  2. 64

  3. 128

  4. 257

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

ASCII-7 uses 7 bits to represent characters. The number of unique combinations is 2^7, which equals 128.