full adder:
if three inputs of full adder are
X Y and Z then sum = X xor Y xor Z
but if we use half adder then
sum is X xor Y
use two HAdder as follows
X,Yto inputs of HA1
X;Y--------------HA1---------- -----sum1
sum1 ;Z-----------------HA2------------- -----Sumfinal
now we get
sum final= (X xor Y)xor Z
then carry of full adder is
X.Y+(X xor Y).Z
=carry1+carry2
connect carries of both to an OR gate
i m trying ti draw diagram please search on google and read some digital electronics book
Z------------------------------ ----------------|HA2|-------------- --------------sumfinal
X---------- -----------|HA1|-----------------|_ ___|-----------|OR gate|
Y---------------------|____| ----------------------------------- -|______|---------------carryfinal
connect sum1 and Z with an AND gate
Answered by
yogendrasoni
at
1:25 AM on August 16, 2009