Characters Flashcards

1
Q

What are the two different types of ASCII?

A

7-bit and 8-bit

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

What does a character set do?

A

A character set assigns either an 7 or 8 bit binary number to each character that is on the keyboard. The computer then recognises the binary numbers as certain characters because of the character set.

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

What is the ASCII-8 code for ‘A’ (decimal)

A

65

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

What is the ASCII-7 code for ‘y’ (binary)

A

11111001

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

Does changing the font of a certain character adjust the ASCII code that is assigned to it?

A

No fonts are bitmap images and are assigned after the character set.

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

What is Unicode?

A

Unicode is used for a variety of different languages and scripts. It can have up to 32 bits (over 4 billion characters)

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

How many 16 bit characters does the Japanese phrase “konnichiwa” use?

A

It uses 3 16 bit unicode characters

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