Module 2 Combinational Logic Circuits
Module 2 Combinational Logic Circuits
as follows:
(A+B+C)D
AB+CD+EF
Logic Circuits and Switching
Armie Q. Valencia Theory 1st Wave 1st Tri S.Y. 2425
Boolean Algebra
Through our exercises in simplifying Boolean expressions, we
see that there are 1+ ways of stating the same Boolean
expression.
These “synonymous” forms are logically equivalent.
Logically equivalent expressions could produce confusions
=XZ
In order to eliminate the confusion, designers express
Boolean express in unified and standardized form, called
canonical form. Logic Circuits and Switching
Armie Q. Valencia Theory 1st Wave 1st Tri S.Y. 2425
Boolean Algebra
There are two canonical forms for Boolean expressions: sum-of-
products and product-of-sums.
Boolean product (x) AND logical conjunction
operator
Boolean sum (+) OR logical conjunction operator
In the sum-of-products form, ANDed variables are
ORed together.
For example:
In the product-of-sums form, ORed variables are
ANDed together:
For example:
Minterm and Maxterm
Some books uses sum-of-minterms form and
product-of-maxterms form
A minterm is a logical expression of n variables that
employs only the complement operator and the product
operator.
For example, abc, ab'c and abc'are 3 minterms for a Boolean
function of the three variables a, b, and c.
A maxterm is a logical expression of n variables that
employs only the complement operator and the sum
operator.
Logic Circuits and Switching
Armie Q. Valencia Theory 1st Wave 1st Tri S.Y. 2425
Create Canonical Form Via
Truth Table
It is easy to convert a function to
sum-of-products form from its truth
table.
We only interested in the
production of the inputs which
yields TRUE (=1).
We first highlight the lines that result
in 1.
Then, we group them together with
OR.
AB+C
Logic Circuits and Switching
Armie Q. Valencia Theory 1st Wave 1st Tri S.Y. 2425
Boolean functions are implemented as digital circuits,
which called Logic Gates.
A logic gate is an electronic device that produces a
result based on input values.
A logic gate may contain multiple transistors, but, we
think them as one integrated unit.
Integrated circuits (IC) contain collections of gates, for
a particular purpose.
1-bit comparator
=
=
=
=
1 0
Address:
01
1
Memory
to a decoder.
It selects a single value from
multiple inputs.
The chosen input for output is
determined by the value of the
1 0 Address
multiplexer’s control lines.
To select from n inputs, log2n
control lines are required.
Logic Circuits and Switching
Armie Q. Valencia Theory 1st Wave 1st Tri S.Y. 2425
A four-line multiplexer