DATA REPRESENTATION Flashcards
To learn hexadecimal binary storage
1
Q
What numbers does binary use ?
A
Ones and zeros
2
Q
What base does hex use ?
A
Base 16
3
Q
At what number do letters appear in Hexadecimal?
A
10
4
Q
What is the last letter in Hexadecimal?
A
F
5
Q
Another word for denary is…
A
Decimal
6
Q
What is 13 in binary
A
1101
7
Q
What is 1F in denary
A
31
8
Q
How many bites in a kilobyte
A
1024
9
Q
How many bits in a byte
A
8
10
Q
Can you “translate” 324 from denary to hex
A
144
11
Q
Can you write 2A1 in decimal
A
673
12
Q
Can you write 17 in hex
A
11
13
Q
Can you translate 100111 to decimal
A
39
14
Q
Is it possible to translate from hex to binary, without using decimal as a middle step
A
Yes, of course
15
Q
Write 333 in binary
A
101001101