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)

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

Hexadecimal is base…

A

16! It represents digits 10-15 with A, B, C, D, E, and F.

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

Conventionally hexadecimal numbers are began with…

A

#

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

A 8-bit binary number can be represented as a ______ -digit hexadecimal number

A

2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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!)

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