Half Adder is a Combinational Circuit that perform Arithmetic Operation of 2 bits.In simple words it take two-two binary inputs and outputs...
Half Adder is a Combinational Circuit that perform Arithmetic Operation of 2 bits.In simple words it take two-two binary inputs and outputs and produce sum and carryout.
Truth Table of Half Adder:-
Block Diagram of Half Adder:-
Sum=A'B+AB' and Carryout=AB
Half Adder Circuit Diagram:-
Implementation of Half Adder using NAND gate:-
Implementation of Half Adder using NOR gate:-
Truth Table of Half Adder:-
A | B | Sum | Carryout |
---|---|---|---|
o | 0 | 0 | 0 |
0 | 1 | 1 | 0 |
1 | 0 | 1 | 0 |
1 | 1 | 0 | 1 |
Block Diagram of Half Adder:-
Sum=A'B+AB' and Carryout=AB
Half Adder Circuit Diagram:-
Implementation of Half Adder using NAND gate:-
If you have any query then leave your comments and don't forgot to follow me on Google+,Facebook,Twitter.
COMMENTS