2 - Representation of Information Flashcards
1
Q
Representations of numbers/charactres?
A
ASCII (basically an 8-bit system, 256 diff. characters)
UniCode (16-bit system, added on to ASCII, ~85,000 characters)
2
Q
Hexadecimal is base…
A
16! It represents digits 10-15 with A, B, C, D, E, and F.
3
Q
Conventionally hexadecimal numbers are began with…
A
#
4
Q
A 8-bit binary number can be represented as a ______ -digit hexadecimal number
A
2
5
Q
How do we represent colors?
A
Hexadecimal!
Used to do it with rgb, 255^3, but now we can do it with more options with hexadecimal. (added 4th component, amount of transparency!)