Binary Addition
Binary Addition
Binary Addition
com/maths/binary-addition-questions/
Question 1:
Solution:
(i)
1 1 0 1 0
+ 1 1 1 0 0
1 1 0 1 1 0
(ii)
1 0 1 0 1 1
+ 1 1 0 1 0 1
1 1 0 0 0 0 0
Question 2:
Solution:
(i)
1 1 0 1 1
+ 1 0 0 0 1
1 0 1 1 0 0
(ii)
1 0 1 0 1
+ 1 1 0 0 0 1
1 0 0 0 1 1 0
Question 3:
Solution:
(i)
1 1 1 1 0 0 0 0
+ 1 0 0 0 0 1 1 0 0 1
1 1 0 0 0 0 1 0 0 1
(ii)
1 0 1 0 1 0 0 0
+ 0 1 0 0 0 1 0 0 1
1 0 0 1 1 0 0 0 1
Question 4:
Solution:
(i)
0 0 1 1 0 1 0
+ 1 1 1 0 0 1
1 0 1 0 0 1 1
(ii)
1 0 1 0 1 1 1
+ 1 0 0 1 1 1 1
1 0 1 0 0 1 1 0
Question 5:
Solution:
(i)
1 0 0 0 0 1 1 1 1
+ 1 1 1 0 0 1 1 0 1
1 0 1 1 0 1 1 1 0 0
(ii)
1 0 1 0 1 1 1 1 1
+ 1 1 0 0 1 1 0 1 0
1 0 1 1 1 1 1 0 0 1
Also Check:
Question 6:
Solution:
1 1 1 1 0
+ 1 0 1 1 0 1
1 0 0 1 0 1 1
A – B = A + 2’s complement of B
0−0=0
0 − 1 = 1, borrow 1
1−0=1
1−1=0
Question 7:
Solution:
= 100101 + 1
= 100110
1 1 1 1 0 1
+ 1 0 0 1 1 0
(1) 1 0 0 0 1 1
We see that one bit (1) is overflowing; hence, we ignore that bit
Question 8:
Solution:
1 1 0 1
– 1 0 0 1
0 1 0 0
Question 9:
1 1 1 1 0 0 1
– 1 1 1 0 0 1
1 0 0 0 0 0 0
Question 10:
Solution:
= 11011011 + 1 = 11011100
1 1 1 0 0 0 1 0
+ 1 1 0 1 1 1 0 0
(1) 1 0 1 1 1 1 1 0
We see that one bit (1) is overflowing; hence, we ignore that bit
You can also check your answers with a Binary operations calculator.
Related Articles:
128,12 16,1
8 64,64 32,32 6 8,8 4,4 2,2 1,1
118, start subscript, 10, end 0,0 1,1 1,1 1,1 0,0 1,1 1,1 0,0
subscript,11810
51, start subscript, 10, end subscript,5110 0,0 0,0 1,1 1,1 0,0 0,0 1,1 1,1
Carry 1,1 1,1 1,1 1,1 1,1
Result 1,1 0,0 1,1 0,0 1,1 0,0 0,0 1,1
Answer = 10101001, start subscript, 2, end subscript,101010012