The 5-bit 2's-complement of -1210 is:
A) 01100 B) 11100 C) 10100 D) 00100
Question 2
Which of the following represents the four possible outcomes when adding two binary numbers?
A) 0 + 0 = 1, 1 + 0 = 1, 1 + 1 = 01, 1 + 1 + 1 = 01 B) 0 + 0 = 0, 1 + 0 = 1, 1 + 1 = 10, 1 + 1 + 1 = 11
C) 0 + 0 = 0, 1 + 0 = 1, 1 + 1 = 01, 1 + 1 + 1 = 11 D) 0 + 0 = 0, 1 + 0 = 01, 1 + 1 = 11, 1 + 1 + 1 = 11