answersLogoWhite

0


Best Answer

The system is called the American Standard Code for Information Interchange and is abbreviated ASCII. There are different versions to accommodate a number of world languages.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What code system is used in computers for the standard character set?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Is binary code the source code?

No. In short, binary code is the code your computer executes, it can be in many forms, ranging from bytecode, which must be interpreted, but is pre-compiled to machine code, which is directly run by the system, and is generally specific to a particular system. Source code is the code of the program, as written by the programmer. It is written in a language that can be translated into instructions understood by computers. Most of the times, binary code is not easily human readable whereas source code is.


What is the purpose of ASCII?

The American Standard Code for Information Interchange was made to standardize 128 numeric codes that represent the English letters, Symbols, and Numbers. Any USA keyboard is made with this standard in mind.


What is faux code in programming?

a faux code in programing is the action you want to complete only written in our language not the computers language, also a lot of people write a faux code before you write the programing it helps you understand what your system is going to do


Which encoder creates ASCII?

ASCII (American Standard Code for Information Interchange) is a character-encoding scheme that was standardised in 1963. There is no encoder required to create ASCII. Every machine supports it as standard, although some implement it via UNICODE. The only difference is in the number of bytes used to represent each character. The default is one byte per character yielding 128 standard encodings that map exactly with the first 128 characters in UNICODE encoding.


What is the purpose of a ASCII code?

ASCII-represents letters, numbers and symbols in a 7 bit code of 1's and 0's called binary. It is a standard developed in the 1960's for information interchange between data processing equipment (teletype and computers)

Related questions

What code system does personal computers use to represent character data?

Ascii


What is character code used by most personal computers?

ASCII (American Standard Code for Information Interchange)


Personal computers commonly use what code system to represent character data?

Ascii


What is the acronym for the standard code for computers and information interchange?

ASCII


What is the hexadecimal code?

This is a code that computer programmers use to better communicate with computers. Because computers operate on a binary code system that is difficult for humans to understand, a code that made communicating with computers easier.


Personal computers commonly use what code system?

Personal computers commonly use the binary code system. It relies on 1's and 0's to indicate an on and off pattern for the computer to process.


What is the meaninig of ASCII?

American Standard Code for Information Interchange. ASCII is a form of character encoding.


What is the name given to a computer code representing alphanumeric characters?

ASCII, or the American Standard Code for the Information Interchange, is the name of a character-encoding scheme based on the English alphabet. Codes in ASCII represent text in computers and communication devices that use text.UTF-8 is another coding system and has recently become the dominant character coding type for the World Wide Web.Example:In UTF-8, the four character string "I♥NY" is encoded (shown as hexadecimal byte values): 49 E2 99 A5 4E 59.


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.


What are one byte letters?

1 byte = 8 bits. Computers only know two things. On (1) and off (0). This is known as binary. Computers use an 8bit binary system (00000000). The American Standrad Code for Information Interchange (ASCII) is an international code that notices that an 8bit character ASCI covers everything that you can type on a keyboard. Therefore a 1byte letter is A to Z.


What code do microcomputers use to represrnt character data?

Microcomputers typically use the ASCII (American Standard Code for Information Interchange) code to represent character data. ASCII uses 7 or 8 bits to represent each character, allowing for a total of 128 or 256 possible characters, respectively.


What are the character codes in number system?

EBCIDIC (Extended BCD Interchange Code)Unicode