Data Representation Flashcards
1
Q
character set
A
collections of characters that a computer recognises from their binary representation
2
Q
Character set examples
A
ASCII, Unicode
3
Q
ASCII bits + features
A
7 bits = 128 chars
- an extra 0 is added to the start = 8 bits = 1 byte
(extended ascii uses 8 bit = 256 for french + german)
- English only
-ordered
4
Q
Unicode
A
- tries to cover EVERY POSSIBLE LETTER/SYMBOL
- all major langs, even w diff alphabet
- First 128 the same as ascii