Evt de U3 01
Evt de U3 01
Evt de U3 01
Q.4 Explain and design a Half Adder circuit using logic gates.
Half-adder is used to add two bits. Therefore, half-adder has two inputs and two outputs, with
SUM and CARRY. Figure shows the truth table of a half adder.
Let us observe the addition of single bits,
0+0=0
0+1=1
1+0=1
1+1=10
Since 1+1=10, the result must be two-bit output. So, Above can be rewritten as,
0+0=00
0+1=01
1+0=01
1+1=10
The result of 1+1 is 10, where ‘1’ is carry-output (Cout) and ‘0’ is Sum-output (Normal
Output).
K-map for output variable Sum ‘S’ K-map for output variable Carry ‘C’
To overcome the limitation faced with Half adders, Full Adders are implemented.
It is a arithmetic combinational logic circuit that performs addition of three single bits.
It contains three inputs (A, B, Cin) and produces two outputs (Sum and Cout).
Where, Cin = Carry In and Cout = Carry Out
In the block diagram, we have seen that it contains two inputs and two outputs. The carry and
sum are the output states of the half subtractor.
The half subtractor is designed with the help of the following logic gates:
• 2-input AND gate.
• 2-input Exclusive-OR Gate or Ex-OR Gate
• NOT or inverter Gate