Conversions Flashcards

You may prefer our related Brainscape-certified 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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Adding Binary:

A

0 + 0 = 0
0 + 1 = 1
1 + 1= 0 carry the 1.
1 + 1 + 1 = 1 carry 1.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is an overflow?

A
  • The integer cannot be stored in a 8 bit storage line.

- Result number is meaningless.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly