Representing characters and characters sets Flashcards
1
Q
- What is a character set?
A
- Defined list of characters recognised by the computer.
-
2
Q
What is each character represented by?
A
- Unique binary number.
3
Q
What is ASCII?
A
- 7 bit character set.
- 2^7
so. .128 characters.
4
Q
What is extended ASCII?
A
- 8 bit character set.
- 2^8
- 256 characters
5
Q
What is Unicode?
A
- 24 character set
- 2^24
> 16 million characters.
6
Q
How do you work out the file size?
A
- Bits per character x number of characters.