Characters Flashcards

1
Q

What is the most common form of character set?

A

7-bit ASCII

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

What does ASCII stand for?

A

American Standard Code for Information Interchange

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

How many characters can be represented by a 7-bit character set?

A

128

2 to the power of 7 characters

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

What is every character represented by in ASCII?

A

A binary number

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

What does an 8-bit ASCII system always start with?

A

The first bit always set to 0

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

What is the extended ASCII character set?

A

An 8-bit set which can represent 256 characters

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

What is a character set?

A

A defined list of characters recognized by the computer hardware and software

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

How many characters can a 2 byte character set represent?

A

65,000+ characters (two to the power of 16)

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

What is the most common 2 byte (16 bit) encoding standard?

A

Unicode

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

What can Unicode handle?

A

Any language

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

What is UTF-8?

A

A variable length encoding scheme for Unicode

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