- Published on
KembaraXtra-Computer Terms – ASCII:
ASCII stands for American Standard Code for Information Interchange and represents a widely used character encoding standard that assigns numerical values to letters, numbers, punctuation marks, control characters, and other symbols. In ASCII encoding, each character is represented by a numeric code that computers use to store and transmit text data. The original ASCII standard used 7 bits, allowing for 128 unique characters, including alphabetic characters, digits, punctuation, and control codes used for formatting and communication control. Many systems later extended ASCII to 8 bits, expanding the total number of possible characters to 256. This extended set includes additional symbols, accented characters, and graphical characters. ASCII became a fundamental standard for text representation and data communication across different computer systems and remains widely supported in modern computing.
ASCII stands for American Standard Code for Information Interchange and represents a widely used character encoding standard that assigns numerical values to letters, numbers, punctuation marks, control characters, and other symbols. In ASCII encoding, each character is represented by a numeric code that computers use to store and transmit text data. The original ASCII standard used 7 bits, allowing for 128 unique characters, including alphabetic characters, digits, punctuation, and control codes used for formatting and communication control. Many systems later extended ASCII to 8 bits, expanding the total number of possible characters to 256. This extended set includes additional symbols, accented characters, and graphical characters. ASCII became a fundamental standard for text representation and data communication across different computer systems and remains widely supported in modern computing.
0 Comments