ASCII AND UNICODE Flashcards

1
Q

How many characters can be represented in standard ASCII?

A

128 (accept 127 + NULL)

Standard ASCII uses 7 bits for character representation.

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

What is the ASCII character code for ‘W’?

A

87

‘W’ is the 23rd letter of the English alphabet.

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

What is the character code for ‘Y’?

A

89

‘Y’ is two places later in the alphabet than ‘W’.

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

How many characters can fit into an Extended ASCII character set?

A

256 (accept 255 + NULL)

Extended ASCII uses 8 bits for character representation.

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

Explain how Extended ASCII can include additional characters while still using the same amount of memory per character as Standard ASCII.

A

Standard ASCII uses 7 bits; Extended ASCII uses the 8th bit for additional characters.

This allows Extended ASCII to represent more characters without increasing memory usage.

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

What is the purpose of extended ASCII character sets?

A

To represent characters that are uncommon or do not exist in the English language.

Each language group has its own Extended ASCII set for unique characters.

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

Why are there more than one Extended ASCII sets?

A

Each language group has its own Extended ASCII set to represent its unique characters.

Variability in language requirements leads to the development of multiple sets.

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