Binary Addition

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 13

BINARY ADDITION

DIGITAL LOGIC DESIGN


ASPIRE COLLEGE KHANPUR
Binary Addition

 Four Basic rules for binary addition

1st digit 2nd digit Sum Carry


0 0 0 0
0 1 1 0
1 0 1 0
1 1 0 1

 Addition of multiple binary numbers


Binary addition

0 1 0 1 1 1 1
+ 0 + 0 + 1 + 1 + 1 + 1 + 1
------- ------- ------- ------- 1 1 1
0 1 1 10 ------- 1 1
11 ------- 1
100 -------
 Represent sum of binary numbers as a binary number 101
decimal addition binary addition
1+1 = 2 1+1 = 10
1+1+1 = 3 1+1+1 = 11
1+1+1+1= 4 1+1+1+1= 100
1+1+1+1+1= 5 1+1+1+1+1= 101
Adding binary numbers
11  carry 11  carry
101 101 111
+ 10 + 11 + 110
--------- ----------- -----------
111 1000 1101

1 11  carry
10101010111
+ 110000110
------------------------
11011011101
Binary Addition

Carry 1 10 1
1st Number 1 0 1 1
2nd Number 1 1 0
3rd Number 1 0 0 0
4th Number 1 1
Result 1 1 1 0 0

You might also like