Half Adder and Full Adder
Half Adder and Full Adder
AIM: To design and construct half adder circuit and verify the
truth table using IC/ logic gates.
APPARATUS REQUIRED:
,
TRUTH TABLE:
INPUT OUTPUT
A B SUM(S) CARRY( C )
0 0 0 0
0 1 1 0
1 0 1 0
1 1 0 1
DESIGN:
INPUT OUTPUT
A B SUM(S) CARRY( C )
0 0 0 0
0 1 1 (minterm =A’B) 0
1 0 1 (minterm =AB’) 0
1 1 0 1 (minterm=AB)
Boolean Equation:
CARRY: C=AB
CIRCUIT DIAGRAM:
PIN DIAGRAM
INPUT
OUTPUT
PIN DIAGRAM
EX-OR GATE :
INPUT
OUTPUT
Application of half Adder circuit:
Videio- Link
Half Adder - https://youtu.be/kKZkO61JofQ
AIM: To design and construct Full adder circuit and verify the
truth table using IC/ logic gates.
APPARATUS REQUIRED:
TRUTH TABLE:
Boolean Equation:
SUM : S= A’B’C+A’B C’+AB’C’+ABC (EX-OR GATE)
CARRY: C=A’BC+AB’C+ABC’+ABC Reducing by K-Map
C=AB+BC+CA
CIRCUIT DIAGRAM:
PIN DIAGRAM
OR GATE:
INPUT
OUTPUT
Example
0 C in
1 1 0 0 1
Cout sum
Vedio-Link
https://youtu.be/bG2xqgF2lzM
Thank you