3. Binary and Hexadecimal Flashcards
(8 cards)
1
Q
Binary
A
0 and 1
2
Q
Conversion for kilobyte to byte
A
Times by 1000
3
Q
Conversion for byte to kilobyte
A
Divide by 1000
4
Q
Hexadecimal
A
A number system which uses base 16, only 10 digits 0-9 and then uses letters A-F
5
Q
Why do we use hex?
A
- easier to remember a hex value than a binary value
- Quicker to write
6
Q
Convert FF to denary
A
15 x 16 = 240
15 x 1 = 15
240+15 = 255
7
Q
Convert 212 to hex
A
1101 0100
13 = D 4
D4
8
Q
A