Week 4
Week 4
Product terms
A
AB
B
C CD
D AB + CD + . . . + JK
Sum-of-products
J
JK
K
Product term
Combinational Logic Circuits
An example of an SOP implementation is shown. The SOP
expression is an AND-OR combination of the input variables and
the appropriate complements.
A
B
X=AB C+D E
C
D
E
Combinational Logic Circuits
Exclusive OR Logic
Notice that the output is HIGH whenever A and B disagree.
The Boolean expression is
X =A B +AB
B
Universal Gates
NOR gates are also universal gates and can form all of the basic
gates.
Nor as Inverter
A A
Nor as OR gate
A
A+ B
B
Universal Gates
Nor as AND gate
A
AB
B
A
AB
B
Universal Gates
NAND as Inverter NAND as AND gate
A A A
AB
B
A A
A+ B A+ B
B B
Example
Example
Example