App Logo

No.1 PSC Learning App

1M+ Downloads
ASCII is a

AFour bit code

BSeven bit code

CSixteen bit code

DNone of the above

Answer:

B. Seven bit code

Read Explanation:

ASCII

  • ASCII stands for American Standard Code for Information Interchange.

  • It's a character encoding standard that uses seven bits to represent 128 different characters, including uppercase and lowercase letters, numbers, and punctuation.

  • The first 32 characters are control codes, while the remaining 96 are printable characters.

  • For example, the character 'A' is represented by the decimal value 65.

  • While the original ASCII is a 7-bit code, it's often stored and transmitted using an 8-bit byte, with the eighth bit either set to 0 or used for a parity bit for error checking. This is why you might sometimes see references to "extended ASCII," which uses all eight bits to represent 256 characters. However, the standard ASCII itself is a 7-bit code.


Related Questions:

What is true about a reference in C++?
Which of these is not a programming language?
Which of these types of values result from a delete operator?
എത്ര ബിറ്റുകൾ ഉപയോഗിച്ചാണ് ASCII കോഡിൽ അക്ഷരങ്ങളെ പ്രതിനിധീകരിക്കുന്നത് ?
What shall we use in the case of safe downcast?