1. In the following one-bit wide addition, what are the result R and the carry, C?
C0 0 1 -- R
2. In the following one-bit wide addition, what are the result R and the carry, C?
C1 0 1 -- R
3. Which one of the following is done correctly?
0100 0110 0101 ---- 1011
0100 0110 0101 ---- 1111
0110 0110 0101 ---- 1111
0101 0110 0101 ---- 1001
4. Which one of the following is done correctly?
0100 1110 1001 ---- 1001
0000 1110 1001 ---- 0111
0111 1110 1001 ---- 1001
1000 1110 1001 ---- 0111
5. Perform the following addition:
1100 0101 ----
6. Here is a two's complement representation of an integer:
0011 1001
What is the two's complement representation of the negation of the integer?
7. Here is a two's complement representation of an integer:
1100 0111
8. Here is a correctly performed addition:
1100 0100 1110 ---- 0010
What is true about overflow for this addition?
9. Here is a correctly performed addition:
1000 1100 1010 ---- 0110
10. Say that there are two operands represented using the two's complement method:
operand A = 0011 1010 operand B = 0110 1011
Which of the following uses of the binary addition algorithm shows the problem A - B?
A - B
0011 1010 0110 1011 ---------
1100 0110 0110 1011 ---------
0011 1010 1001 0101 ---------
1100 0101 1001 0110 ---------
The number you got right: Percent Correct: Letter Grade: