Difficulty: Easy
Correct Answer: American standard code for information interchange
Explanation:
Introduction / Context:
ASCII is the historic 7-bit character encoding that maps letters, digits, punctuation, and control codes to numeric values. Correctly recalling its full form is a common exam objective.
Given Data / Assumptions:
Concept / Approach:
ASCII stands for American Standard Code for Information Interchange, defining 128 code points from 0 to 127 (including control characters like LF and carriage return).
Step-by-Step Solution:
Verification / Alternative check:
Examples: The character 'A' is 65, 'a' is 97, and space is 32 in ASCII. Many modern encodings (like UTF-8) remain ASCII-compatible for the first 128 values.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
American standard code for information interchange.
Discussion & Comments