Binary Addition Solutions - Unsigned Numbers

Solutions

Question 1: Add the following unsigned binary numbers: 0011 and 1101.
a) 0000
b) 0001
c) 1000
d) 1100



Question 2: Add the following unsigned binary numbers: 0110 and 0101.
a) 01010
b) 11011
c) 01011
d) 01111



Question 3: Add the following unsigned binary numbers: 101010 and 001111.
a) 110001
b) 100001
c) 111000
d) 111001



Question 4: Add the following unsigned binary numbers: 1111 and 0011.
a) 1010
b) 0110
c) 0010
d) 0011



Question 5: Add the following unsigned binary numbers: 10110110 and 01100010.
a) 00011000 b) 11011000 c) 10011000 d) 00011001