Representation of Text Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is ASCII?

A

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How is the binary of uppercase and lower case ASCII characters different?

A

The 6th bit I.e: second most significant bit is a 0 in uppercase and 1 in lower case.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is extended ASCII?

A

It is an 8 bit code which gives us additional 128 codes for use of non English alphabets and other graphical characters.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the main disadvantage of ASCII?

A

ASCII can only represent characters of the western languages

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is Unicode?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What were the goals with which Unicode was published based on?

A
  1. To create a universal standard thay covers all languages and writing systems.
  2. To produce a more efficient coding system than ASCII
  3. To adopt a uniform encoding where each character is encoded as 16 or 32 bit code.
  4. To create unambiguous encoding where each 16 and 32 bit value represents the same character.
  5. To reserve part of the code for private use so user can assign their own characters and symbols.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly