Logic Circuits and Switching Devices: Review On Digital Circuits
Logic Circuits and Switching Devices: Review On Digital Circuits
Module 2
Review on Digital Circuits
Review on Digital Logic
Fundamentals
Binary Logic and Gates
Integrated Circuits
Circuits implemented using transistors and
interconnections (semiconductor devices).
Logic Gate basic circuit
Basic Logic Gates
Basic Logic Gates
Sample Logic Circuit
A
B
C
A+BC
A B C BC A+BC
0
0
0
0
1
1
1
1
0
0
1
1
0
0
1
1
0
1
0
1
0
1
0
1
0
0
1
0
0
0
1
0
0
0
1
0
1
1
1
1
Multiple input Logic Gates
Boolean Function Simplification
f= xyz + xyz + xy
= x(yz + yz) + xy
= x (z(y+y)) + xy
= x(z.1) +xy
= xz + xy