dcf module2 points
dcf module2 points
Boolean Algebra
Definition
Boolean Algebra is used to analyse and simplify the
digital (logic) circuits. It uses only the binary OR AND
numbers i.e. 0 and 1.
It is an algebraic structure defined on a set of at least operat operat
two elements B = {0, 1}, together with three binary or
operators NOT
( “+”, “.”, “-” ) operator
A B C OUTPUT
0 0 0 0
A B C Y / OUTPUT
0 0 1 0
0 0 0 0
0 0 1 0 0
0 1 0
0 1 0 0
0 1 1 1 0 1 1 1
1 0 0 0
1 0 0 0
1 0 1 1
1 1 0 1 1
1 0 1
1 1 1 1
1 1 0 1
• A’B’ , A’B , AB’ & AB • These are the sum terms which contains all
• Each of these four AND terms is called a the variables in either normal form or
minterm or standard product compliment form
• 2^n different minterm can be obtained by • 2^n different maxterm can be obtained by
writing the binary equivalent of numbers writing the binary equivalent of numbers
2-Variable K MAP
KARNAUGH MAP (K MAP)
NOT
GATE /
NAND and NOR gates are called UNIVERSAL GATES, because all other gates can be realised using the
NAND and NOR gates.
Implement NOT,AND,OR ,Ex-OR, Ex-NOR NAND gates