0% found this document useful (0 votes)
3 views2 pages

Adding Binary

The document outlines the rules for binary addition, including basic operations like 0+0, 0+1, 1+1, and 1+1+1. It provides examples of binary addition with step-by-step calculations for the sums of 0011+1011 and 00110111 + 01001010. The carry values are also illustrated in the examples to show how they affect the final sum.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views2 pages

Adding Binary

The document outlines the rules for binary addition, including basic operations like 0+0, 0+1, 1+1, and 1+1+1. It provides examples of binary addition with step-by-step calculations for the sums of 0011+1011 and 00110111 + 01001010. The carry values are also illustrated in the examples to show how they affect the final sum.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Binary Addition

Rule –1 : 0+0=0

Num1 0
Num2 0
Carry 0 0
Sum 0

Rule –2 : 0+1=01

Num1 0
Num2 1
Carry 0 0
Sum 1

Rule –3 : 1+1=10

Num1 1
Num2 1
Carry 0 0
Sum 0

Rule –4 : 1+1+1=11

Num1 1
Num2 1
Carry 1 1
Sum 1

0011+1011

Num1 0 0 1 1
Num2 1 0 1 1
Carry 0 1 1
Sum 1 1 1 0

00110111 + 01001010

128s 64s 32s 16s 8s 4s 2s Units


Num1 0 0 1 1 0 1 1 1
Num2 0 1 0 0 1 0 1 0
Carry 1 1 1 1 1 1 1
Sum 1 0 0 0 0 0 0 0

You might also like