ASCII is a character-encoding scheme that is employed by personal computers in…
2016
ASCII is a character-encoding scheme that is employed by personal computers in order to represent various characters, numbers, and control keys that the computer user selects on the keyboard. ASCII is an acronym for
- A.
American Standard Code for Information Interchange
- B.
American Standard Code for Intelligent Information
- C.
American Standard Code for Information Integrity
- D.
American Standard Code for Isolated Information
Show answer & explanation
Correct answer: A
A character-encoding scheme is a standard that assigns a unique numeric code to every character - letters, digits, punctuation, and control keys - so that different computer systems can store, process, and exchange text data consistently.
ASCII, an early and foundational such standard developed by the American National Standards Institute (ANSI), assigns a unique 7-bit number (0-127) to each English letter, digit, punctuation mark, and control character used on a keyboard. Its full name, American Standard Code for Information Interchange, reflects exactly this purpose: it was designed to let different computers and devices interchange text information using a common, standardized code.
"Information Interchange" fits ASCII's original goal of enabling data exchange between teletype equipment and, later, computers - hence "Interchange", not the other wordings offered.
"Intelligent Information" misapplies AI/intelligence-related terminology to what is simply a fixed character-to-number mapping table with no reasoning or intelligence involved.
"Information Integrity" confuses encoding (representation) with integrity-checking mechanisms such as checksums or parity bits, which are separate techniques used to detect transmission errors.
"Isolated Information" contradicts the very purpose of a standard encoding scheme, which is to enable sharing of information across systems, not to isolate it.
Hence, ASCII stands for American Standard Code for Information Interchange.