answersLogoWhite

0

ASCII is American Standard Code for Information Interchange, it's not a language, it's a code.

User Avatar

Wiki User

18y ago

What else can I help you with?

Related Questions

What name was given to the first computer language?

ASCII


How ASCII is used in the computer?

ASCII is a form of character encoding, so it can be used by your computer for any task.


American standard for information interchange ASCII?

ASCII is code in which computer programs are written . it is the computer machine language.if write a program in any computer language thaen it will be converted in this code.


How does the ASCII code works?

ASCII is an abbreviation for American Standard Code for Information Interchange. The ASCII code, which is used worldwide, is used to create computer coding languages so computers can interact with people.


How the computer can understand binary language?

The computer understands binary because the 1 means on and the 0 means off, so that controls how it operates. Binary language is then converted to our number system where the numbers represent things. ASCII code is used to convert binary to text.


Why may it be an advantage if your computer uses ASCII to store text?

Using ASCII, the computer can hold much more text, and this way you can save more on the computer without the computer slowing down.


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.


What Coding scheme contains a set of 128 numeric codes that are used to represent characters in a computer's memory?

ASCII


What is the use of ASCII in computer system?

ASCII is the representation of Binary Digits (0 & 1s) which are interpreted by Processor as meaningful data.


How do you get the ASCII code of Key pressed?

To get the ASCII code of a key pressed in programming, you typically use event handling in a specific language. For example, in JavaScript, you can listen for a keydown event and access the event.keyCode or event.which properties to get the ASCII code. In Python, you can use libraries like tkinter to bind a key event and retrieve the key's ASCII value using the ord() function. The exact method can vary based on the programming environment and language used.


What has a common computer keyboard to do with ascii?

Ascii is simply an encoding scheme. It represents text by assigning a code to each particular character.


Where is ASCII used?

ASCII is used to determine which character to display when a keyboard key is pressed, or code entered.