Quiz 1
Quiz 1
a. Only 1
b. Only 2 and 3
c. Only 3 and 4
d. Only 2, 3, and 4
Q5. Consider these two unsigned binary numbers (11111011)2 and (11111010)2 . what is
their addition?
a. 111110101
b. 111111110
c. 101111101
d. 111001110
Q6. The range of values that can be represented by 10 bit in 2’s complement form is
a. -512 to +512
b. -512 to +511
c. -256 to +256
d. -256 to +255
Q9. The greatest negative number that can be stored in a 9-bit register using 2’s
complement arithmetic
a. -511
b. -512
c. -255
d. -256
Q12. What is the addition of 11101111 (binary 2’s complement) with 00010111 (binary
2’s complement)?
A. -40
B. 6
C. 262
D. -21
Q13. What is the number of 1s in the 2s' complement binary representation of -42,
considering an 8-bit binary representation?"
A. 2
B. 3
C. 4
D. 5
Q14. Why does 1’s complement system in 8 bits have a different range than 2’s
complement system in 8 bits?
A. 1’s complement uses a sign bit, and 2’s complement does not
B. 2’s complement has two representations for 0
C. 1’s complement has two representations for 127
D. 1’s complement has two representations for 0
E. Both 1’s complement and 2’s complement have the same range