Half - AdderA Half-adder circuit needs two binary inputs and two binary outputs. The input variable shows the augend and addend bits whereas the output variable produces the sum and carry. We can understand the function of a half-adder by formulating a truth table. The truth table for a half-adder is:
The simplified sum of products (SOP) expressions is: S = x'y+xy', C = xy The logic diagram for a half-adder circuit can be represented as: Next TopicFull ? Adder |