DATA REPRESENTATION Flashcards
To learn hexadecimal binary storage
What numbers does binary use ?
Ones and zeros
What base does hex use ?
Base 16
At what number do letters appear in Hexadecimal?
10
What is the last letter in Hexadecimal?
F
Another word for denary is…
Decimal
What is 13 in binary
1101
What is 1F in denary
31
How many bites in a kilobyte
1024
How many bits in a byte
8
Can you “translate” 324 from denary to hex
144
Can you write 2A1 in decimal
673
Can you write 17 in hex
11
Can you translate 100111 to decimal
39
Is it possible to translate from hex to binary, without using decimal as a middle step
Yes, of course
Write 333 in binary
101001101
Could you theoretically make a counting system with a base different from 10,16 or 2
Yes
Write 1000000000 (it is in binary) in hex
200
Write 1000110110 in decimal
566
Can you translate 1011011111111 to hexadecimal
16FF
Can you state two types of logic gates
And + Or
why use hexadecimal
it can represent every byte
state a use of hexadecimal
HTML / CSS Colour Codes
or
MAC Address
what is a mac address
media access control
56 to hexadecimal
38
273 to hexadecimal
111
105 to hexadecimal
69