Conversions Flashcards
1
Q
Denary to Hexadecimal:
A
- You divide the number by 16 and how many times it goes into 16 is the first figure and the remainder is the 2nd.
2
Q
Hex to Denary:
A
Convert the values into the intergers or actual values and times by 16 and add the 2nd value. E.g: AB A= 10 10 x 16= 160 B= 11 160 +11= 171.
3
Q
Adding Binary:
A
0 + 0 = 0
0 + 1 = 1
1 + 1= 0 carry the 1.
1 + 1 + 1 = 1 carry 1.
4
Q
What happens to the original value when it overcomes a binary shift to the LEFT?
A
- the original value is multiplied by 2.
5
Q
What happens to the original value when it overcomes a binary shift to the LEFT?
A
- The original value is divided by 2.
6
Q
What is an overflow?
A
- The integer cannot be stored in a 8 bit storage line.
- Result number is meaningless.