answersLogoWhite

0

ASCII stands for American Standard Code for Information Interchange. It provides a means to facilitate communication on computers. It has 128 characters.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

How many types of ASCII Code explain it?

There are primarily two types of ASCII code: standard ASCII and extended ASCII. Standard ASCII uses 7 bits to represent 128 characters, including control characters, digits, uppercase and lowercase letters, and some symbols. Extended ASCII expands this to 256 characters by using the 8th bit, allowing for additional characters, symbols, and graphical representations, which vary by encoding system. Common extended ASCII sets include ISO-8859-1 and Windows-1252, which accommodate various languages and special characters.


What is a size of ASCII file that contains 200 characters?

200 characters is 200 characters, unless you are talking about Unicode (which isn't Ascii).


How many characters are in the original 7-bit ascii character set?

128


What do you call an image created with characters?

Images created with printable ASCII characters is called an ASCII art. - Neeraj Sharma


Ascii value of 255?

ASCII standardizes characters between 0 and 127.


What is oem extended ascii?

Extended ASCII is 8-bit encoding which is wider than standard ASCII and also includes all characters from standard ASCII encoding.ASCII is 7-bit, 128 possible values; Extended ASCII is 8-bit , 256 possible value;128 first characters of Extended ASCII is the same as ASCII, next 128 are additional. This why it is called Extended ASCII.What is ASCII?ASCII is mainly English language characters encoding, that is used for representation of text information.


Why ASCII has 256 characters?

ASCII, or the American Standard Code for Information Interchange, originally defined 128 characters, using 7 bits for encoding. However, the extended version, known as Extended ASCII, uses 8 bits, allowing for 256 characters (2^8 = 256). This extension includes the original 128 ASCII characters plus an additional set of 128 characters, which include various symbols, letters from different languages, and graphical characters. The use of 8 bits became a standard in many systems, accommodating a broader range of characters for diverse applications.


What are the similarities between ascii-7 and ascii-8?

First of all ASCII is encoding system that tells how binary data from file could be represented as text. Is was and still is very widely used starting 1960s. Standard ASCII encoding is 7-bits encoding allowing 128 values, while Extended ASCII is 8-bits encoding which allows 256 values, that is 128 more characters in the table. First 128 Extended ASCII table characters is the same as ASCII table, next 128 is additional characters.


How many bits are used in the ASCII code assuming that no parity bit is used?

The ASCII code uses seven-bit patterns to denote 128 different characters. Ten of the characters are decimal digits 0 to 9. The higher order bits have the same pattern for all 10 digits. Each digit is identified by the low-order four bits using the binary patters of these digits. Capital and lowercase letters are encoded in a way that makes sorting of textual information easy.


What is the difference between ascii and iscii?

one of the major difference b/w ISCII and ASCII is that ASCII offers a larger range of characters than ISCII.


How many ASCII characters is allowed by SMTP?

SMTP (Simple Mail Transfer Protocol) allows a total of 128 ASCII characters, which includes the standard printable characters (from space to tilde) as well as control characters. However, the actual envelope and header lines are limited to 7-bit ASCII, meaning only the first 128 characters can be used. Each line in an SMTP message is also limited to 78 characters for headers, with a maximum size of 10,000 bytes for the entire message.


The number of characters ascii standard supports?

ASCII: 128; 95 printable, 33 control iso-8859-1: 256; 191 printable, 65 control unicode: many