PoS and SoP

UoHCollegeScienceOfComputer 486 views 12 slides May 01, 2017
Slide 1
Slide 1 of 12
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12

About This Presentation

This power point product in Halabja University.
#sara_Yasin


Slide Content

Applied logic Circuits College Of Science Department Of Computer Prepared By : Sara Yasin Lecturer : Karwan Mahdi

Sum-of-Products (SOP)

The Standard SOP Form A standard SOP expression is one in which all the variables in the domain appear in each product term in the expression. Example: Standard SOP expressions are important in: Constructing truth tables The Karnaugh map simplification method

Implementation of an SOP AND/OR implementation NAND/NOR implementation X=AB+BCD+AC A B B C D A C X A B B C D A C X

Converting Product Terms to Standard SOP (example) Convert the following Boolean expression into standard SOP form: 8

Product-of-Sums (POS)

The Standard POS Form A standard POS expression is one in which all the variables in the domain appear in each sum term in the expression. Example: Standard POS expressions are important in: Constructing truth tables The Karnaugh map simplification method

Implementation of a POS OR/AND implementation X=(A+B)(B+C+D)(A+C) A B B C D A C X

Converting a Sum Term to Standard POS (example) Convert the following Boolean expression into standard POS form:

SOP/POS

Converting Standard SOP to Standard POS The Facts: The binary values of the product terms in a given standard SOP expression are not present in the equivalent standard POS expression. The binary values that are not represented in the SOP expression are present in the equivalent POS expression.

Converting Standard SOP to Standard POS (example) Convert the SOP expression to an equivalent POS expression: The evaluation is as follows: There are 8 possible combinations. The SOP expression contains five of these, so the POS must contain the other 3 which are: 001, 100, and 110.