Challenger App

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:

താഴെ പറയുന്നവയിൽ ഏതാണ് ഒരു സ്റ്റോർ നിർദ്ദേശം ?
A mathematically oriented computer programme for scientific problems
Find the user defined data type in C :
What is the correct JavaScript syntax to write "Hello World"?
What is the correct way to declare a variable in JavaScript ?