Canonical and Standard Forms of Boolean Expression
Canonical and Standard Forms of Boolean Expression
Melegrito, PECE
Objectives
Differentiate and simplify the forms
of
Boolean expression, applying the
basic theorems and properties of
Boolean Algebra and implement them
in logic circuits.
Differentiate the types of Boolean
expressions.
Maxterms
(Standard Sum)
0 = Unprimed
1 = Primed
x
0
0
0
0
1
1
1
1
y
0
0
1
1
0
0
1
1
z
0
1
0
1
0
1
0
1
Minterms
Term Designation
x'y'z'
m0
x'y'z
m1
x'yz'
m2
x'yz
m3
xy'z'
m4
xy'z
m5
xyz'
m6
xyz
m7
Maxterms
Term Designation
x+y+z
M0
x + y + z'
M1
x + y' + z
M2
x + y' + z'
M3
x' + y + z
M4
x' + y + z'
M5
x' + y' + z
M6
x' + y' + z'
M7
f1
f2
Boolean functions
expressed as Sum of
Minterms (SOP) or
Product of Maxterms
(POS)are said to be in
Canonical form.
Example
Express the Boolean function F = A + BC in a sum of
minterms.
Solution:
Product of Maxterms
Expression must be first brought down into a
form of OR term. This maybe done by using the
distributive law.
x+ yz = (x + y)(x + z)
Then any missing term x in any OR term is
ORed with xx.
Example:
Express F = xy + xz into Product of Maxterms
Solution:
Special Characteristics
Fan- out - Specifies the number of standard loads
that the output of a gate can drive without impairing its
normal operation. Sometimes the term loading is
used instead of fan- out.
Power Dissipation is the supplied power required to
operate the gate. This is expressed in milliwatts (mW)
and represents the actual power dissipated in the gate.
Propagation Delay is the average transition delay
time for a signal to propagate from input to output
when the binary signal change value. The signal
through a gate take a certain amount of time to
propagate from the input to the output. This interval of
time is usually expressed in nanoseconds (nS).
Special Characteristics
Noise Margin is the max. noise voltage added to the
input signal of a digital circuit that does not cause an
undesirable change in the circuit output.
Noise undesirable signal
1. DC Noise cause by drift in the voltage levels.
2. AC Noise random pulse created by other
switching signals.
Noise margin is expressed in Volts and
represents the maximum noise signal that can be
tolerated by the gate.
Special Characteristics
IC Logic Family
FAN OUT
Power
Dissipation
(mW)
Propagation
Delay (nS)
Noise Margin
(V)
Standard TTL
10
10
10
0.4
SCHOTTKY TTL
10
22
0.4
Low Power
SCHOTTKY TTL
20
10
0.4
ECL
25
25
0.2
CMOS
50
0.1
25
Activity #7