0
You visited us 0 times! Enjoying our articles? Unlock Full Access!
Question

How many bits are absolutly necessary to store an ASCII character?
  1. 7
  2. 8
  3. 16
  4. 15

A
7
B
15
C
8
D
16
Solution
Verified by Toppr

7 bits are absolutely necessary to store an ASCII character.

An ASCII character in 8-bit ASCII encoding is 8 bits (1 byte), though it can fit in 7 bits.

ASCIIis a 7-bit code, representing 128 different characters. When an ASCII character is stored in a byte the most significant bit is always zero.

Was this answer helpful?
1
Similar Questions
Q1
How many bits are absolutly necessary to store an ASCII character?
View Solution
Q2
How many bits can be stored in the 8K RAM?
View Solution
Q3
ASCII code for alphabetic character requires _____ bits.
View Solution
Q4
The 7-bit ASCII code widely used.
View Solution
Q5
The original ASCII code used ___________ bits of each byte, reserving that last bit for error checking.
View Solution