Boolean and Logic Gates
Boolean and Logic Gates
Combinational Circuits
▪ Logic gates are the digital circuits capable of performing a particular logic function by
operating on a number of binary inputs.
(or)
▪ Logic gates are the basic building blocks of any digital circuit.
Logic gates are the basic building blocks of any digital system. It is an electronic circuit having
one or more than one input and only one output. The relationship between the input and the
output is based on a certain logic. Based on this, logic gates are named as AND gate, OR gate,
NOT gate etc.
A B Y=A+B
0 0 0
0 1 1
1 0 1
1 1 1
•It is clear that NOT gate simply inverts the given input.
•Since NOT gate simply inverts the given input, therefore it is also known as Inverter Gate.
A Y = A’
0 1
1 0
A B Y = (A.B)’
0 0 1
0 1 1
Timing Diagram- 1 0 1
1 1 0
Timing Diagram-
A B Y=A+B
0 0 1
0 1 0
1 0 0
1 1 0
Logic
Boolean Notation
Function
AND A.B
OR A+B
NOT A
NAND A .B
NOR A+B
LOGIC GATES & BOOLEAN ALGEBRA AND COMBINATIONAL
11/19/2021 15
CIRCUITS
Theorem 1- De Morgan has suggested two theorems which are
extremely useful in Boolean Algebra. The two theorems are discussed
below.
f (A, B, C) = A + ABC
Solution
find the missing literal in each product term
Step 2: AND product term with (missing literal + its complement)
Step
• 3: Expand the term and reorder literals
✓ 3 Variable K map
✓ 4 Variable K map
✓ 5 Variable K map
✓ 6 Variable K map
For the above Types both SOP and POS with or without don’t care can be
Simplified easily.