Conversions Flashcards
1
Q
What are the placeholders for converting Binary to Decimal and vice versa?
A
1 2 4 8 16 32 64 128 from right to left
2
Q
Memorise
A
Binary Hex 0 0 1 1 10 2 11 3 100 4 101 5 110 6 111 7 1000 8 1001 9 1010 A 1011 B 1100 C 1101 D 1110 E 1111 F 10000 10 100000 20 1000000 40 10000000 80 100000000 100
3
Q
How do you convert Hex to Binary?
Look in book for help
A
- Split it into a table formation
- Find the decimal (denary) numbers for each Hex number
- Write the binary underneath
- Take away the table and write the binary combined as you see it without the table.
4
Q
How do you convert Hex into Decimal (denary)?
A
- Convert into binary
2. Use placeholders to convert back to Decimal (denary)
5
Q
How do you convert Binary to Hex?
A
- Split the binary number down the middle or so it is in four bit segments.
- Convert each binary segment into Hex.
6
Q
How do you convert Decimal (denary) to Hex?
A
- Convert to binary.
2. convert binary to Hex