Module 3 - Ckt-Expr Analysis-Sop-Pos
Module 3 - Ckt-Expr Analysis-Sop-Pos
for IT (CPE102)
Module 4
Combinational Circuit Analysis, Boolean Expression Analysis,
SOP Expression and POS Expression
Combinational Circuit Analysis:
Module Objectives:
Combinational Circuit
- Repeat previous step until all logic gates have been assigned
output variables.
Obtaining the truth table from the
Logic Circuit:
Steps - continuation
Continuation
Obtaining the truth table from the
Logic Circuit:
Example 2:
Obtaining the truth table from the
Logic Circuit:
Continuation
Obtaining the truth table from the
Logic Circuit:
Example 3:
Obtaining the truth table from the
Logic Circuit:
Continuation
Truth Table Short - Cuts:
Introduction
NOR
– inverse of OR
XOR – 0 if equal
NOR – 1 if equal
Obtaining the Boolean Expression from
Logic Circuit:
Steps 1 to 4 are the same as when obtaining the
truth table.
7. Simplify expression.
Obtaining the Boolean Expression from
Logic Circuit:
Obtaining the Boolean Expression from
Logic Circuit:
Obtaining the Boolean Expression from
Logic Circuit:
Boolean Expression Analysis
Module Objectives:
1.analyze a given Boolean expression
2.2. obtain the truth table from the Boolean expression
3. design the logic circuit from the Boolean expression
Obtaining the Truth Table from the Boolean Expression
•Easier to work with notation using prime and dot.
•Create truth table with space for column under each operator.
•Identify operator according to precedence rule.
•List operator result under corresponding operator in table.
Examples
1. 2.
Practice Problems
1. Derive the Boolean expressions and truth tables of the
following combinational circuits:
Practice Problems
2. Construct the truth tables and logic circuits for the
following Boolean expressions:
Practice Problems
2. Construct the truth tables and logic circuits for the
following Boolean expressions:
Standard Product Terms (Minterms)
Module Objectives:
1. define the term minterm
2. express a function as a sum of minterms
3. implement SOP expression using AND-OR network
Definition of Terms
•A literal is the appearance of a variable or its complement.
•A product term is one or more literals connected by AND
operators.
•A standard product term, also minterm is a product term
that includes each variable of the problem, either
uncomplemented or complemented.
•A sum of products expression (often abbreviated as
SOP) is one or more product terms connected by OR
operators.
Standard Product Terms (Minterms)
•There are 2n possible minterms per n-variable function.