Anda di halaman 1dari 2

Name (Print Please):_Ngan (Nick) Ngo_

Show clear steps. No steps = No partial credits


There are 10 questions.
1. You know that 11 6 = 5. Show how you will reach the same answer using the 10s complement method.
This is a large number small number problem.
10s complement of 6 is 10 - 6 = 4
Get 11 + 4 = 15
Discard the left number of 15, we have the result is 5
Since we discard number 1 of 15, then we have a positive result or
11 6 = 5
2. You know that 6 11 = -5. Attempt the problem just as above using the 10s complement. Here you will not
discard the carry (the most significant digit) as above. This is a small number lager number problem.
Notice that the answer you got with the above steps is not the correct problem. We have a negative number.
So perform 10s complement on the answer. Now you should see the 5.
10s complement of 11 is 100 11 = 89
Get 89 + 6 = 95
10s complement of 95 is 100 95 = 05
Discard the left number of 05, we have the result is 5
Since we discard number 0 of 05, then we have the negative result or
6 11 = -5
3. Convert 12 to binary
12 = 1x23 + 1x22 +0x21 +0x20
or 12 = 11002
4. Convert 5 to binary
5 = 1x22 +0x21 +1x20
or 5 = 1012
5. Show how you would perform 11 6 via 10s and 2s complement methods
For the 10s complement method, the step is as problem 1.
11 = 10112
6 = 1102
2s complement of 0110 is 1001 + 1 = 1010
1010 + 1011 = 10101
Discard the left number of 10101 we have the result is 0101 or 101
Since the discard number is 1, we have a positive result
Therefore, 10112 1102 = 1012

6. Show how you would perform 6 11 via 10s and 2s complements remember you have to compliment
the answer (double complement)
For the 10s complement method, the step is as problem 1.
11 = 10112
6 = 1102
2s complement of 1011 is 0100 + 1 = 0101
0101 + 0110 = 1011
2s complement of 1011 is 0100 + 1 = 0101
Discard the number left number of 0101, we have the result is 101.
Since the discard number is 0, we have a negative result
Therefore, 1102 10112 = -1012
7. Convert 61 to hexadecimal number (hint: first convert it to binary)
61 = 1x25 + 1x24 +1x23 +1x22+0x21 + 1x20
or 61 = 0011 11112
0011 = 316
1111 = D16
Therefore, 61 = 3D16
8. Convert 61 to octal number
61 = 7x81 + 5x80
Therefore, 61 = 758
9. Convert CD16 to binary and then to decimal two parts
C = 1100
D = 1101
Therefore, CD2 = 1100 11012
1100 1101 = 1x27 + 1x26 +0x25 +0x24 +1x23 + 1x22 +0x21 +1x20
=128 + 64 + 8 + 4 + 1
=205
Therefore, CD2 = 205
10. Convert 100110100101101112 to hexadecimal
0001 0011 0100 1011 0111
1
3
4
B
7
Therefore, 100110100101101112 = 134B716

Anda mungkin juga menyukai