Slide 4 Rules of Boolean Algebra and Simplification
Slide 4 Rules of Boolean Algebra and Simplification
• Commutative Laws
• Associative Laws
• Distributive Law
• Distributive Law:
A(B + C) = AB + AC
• Rule 1
OR Truth Table
• Rule 2
OR Truth Table
• Rule 3
• Rule 4
• Rule 5
OR Truth Table
• Rule 6
OR Truth Table
• Rule 7
• Rule 8
• Rule 9
• Rule 10: A + AB = A
• Rule 11: A AB A B
• Theorem 1
XY X Y
• Theorem 2
X Y XY
Remember:
“Break the bar,
change the sign”
A A A AB
B
Inverter AND gate
A A
A+B A+B
B B
Floyd, Digital Fundamentals, 10th ed © 2009 Pearson Education, Upper Saddle River, NJ 07458. All Rights
Reserved
Universal Gates
NOR gates are also universal gates and can form all of the basic
gates.
A A A A+ B
B
Inverter OR gate
A A
AB AB
B B
Floyd, Digital Fundamentals, 10th ed © 2009 Pearson Education, Upper Saddle River, NJ 07458. All Rights
Reserved
Standard Forms of Boolean Expressions
29
SIMPLIFICATION
30
SIMPLIFICATION
31
SIMPLIFICATION
32
SIMPLIFICATION
33
SIMPLIFICATION
34
SIMPLIFICATION
35
SIMPLIFICATION
i) (x + y) + (x'y')
ii) (x + y)(x'y')
36
DESIGN
37
DESIGN
38
DESIGN
39
DESIGN
40
TRUTH TABLES
f(x,y,z) = (x + y’)z + x’
x y z f(x,y,z)
0 0 0 1
0 0 1 1
0 1 0 1
0 1 1 1
1 0 0 0
1 0 1 1
1 1 0 0 41
1 1 1 1
TRUTH TABLES
f(x,y,z) = (x + y’)z + x’
x y z f(x,y,z)
0 0 0 1
0 0 1 1
f(0,0,0) = (0 + 1)0 + 1 =1
0 1 0 1
f(0,0,1) = (0 + 1)1 + 1 =1
f(0,1,0) = (0 + 0)0 + 1 =1 0 1 1 1
f(0,1,1) = (0 + 0)1 + 1 =1 1 0 0 0
f(1,0,0) = (1 + 1)0 + 0 =0 1 0 1 1
f(1,0,1) = (1 + 1)1 + 0 =1 1 1 0 0 42
f(1,1,0) = (1 + 0)0 + 0 =0 1 1 1 1
f(1,1,1) = (1 + 0)1 + 0 =1
TRUTH TABLES USING BOOLEAN EXPRESSION IN SOP
f(x,y,z) = (x + y’)z + x’
= xz+y’z+x’
x y z f(x,y,z)
43
DESIGN- HALF ADDER
S = x'y + xy'
C = xy
44
INTEGRATED CIRCUITS
45
A piece of silicon on which multiple gates have been
embedded
Silicon pieces are mounted on a plastic or ceramic
package with pins along the edges that can be soldered
onto circuit boards or inserted into appropriate sockets
CMOS Circuit symbol and chip
INTEGRATED CIRCUITS
Historically, integrated circuits have been classified by the
number of gates (or transistors) they contain
47
As of 2016, chips exist with over 20 billion transistors
INTEGRATED CIRCUITS
48
Logic Gates Using CMOS
CMOS Full adder circuit diagram
Mask layout of CMOS Full adder
Gate circuit, CMOS circuit and MASK