Adders
Binary Adders are arithmetic circuits in the form of half-adders and full-adders used to add together two binary digits
Half adder
Half adder is a combinational circuit which is designed for adding two single bit numbers. Single bit number means 1 and 0. Half adder contain 2 inputs and 2 outputs.
Truth table for half adder
Simulation of Half adder
Full adder
Full adder is used to add numbers which have more single bit numbers. It is consisting of collection of half adders. Full adder has 3 inputs, to half adder inputs by adding another input called carry in.
Comments
Post a Comment