Representation of Text Flashcards
What is ASCII?
ASCII, American Standard Code for Information Interchange is a code which is used in computers to represent letters, numbers and symbols/characters on computer and communication systems. It is 7 bit. It was set up in 1963 and a newer version was published in 1986.
How is the binary of uppercase and lower case ASCII characters different?
The 6th bit I.e: second most significant bit is a 0 in uppercase and 1 in lower case.
What is extended ASCII?
It is an 8 bit code which gives us additional 128 codes for use of non English alphabets and other graphical characters.
What is the main disadvantage of ASCII?
ASCII can only represent characters of the western languages
What is Unicode?
Unicode is the solution to ASCII’s problem. It can represent all languages around the world. Unicode can support upto four bytes per character. The initial 128 characters are the same as ASCII but after that there are several thousand characters.
What were the goals with which Unicode was published based on?
- To create a universal standard thay covers all languages and writing systems.
- To produce a more efficient coding system than ASCII
- To adopt a uniform encoding where each character is encoded as 16 or 32 bit code.
- To create unambiguous encoding where each 16 and 32 bit value represents the same character.
- To reserve part of the code for private use so user can assign their own characters and symbols.