























































Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
An in-depth exploration of boolean algebra, focusing on simplification techniques using karnaugh map and standard forms (sum-of-products and product-of-sum). It covers the conversion of boolean expressions to standard forms, binary representation of standard terms, and the conversion of standard forms to each other.
Typology: Lecture notes
1 / 63
This page cannot be seen from the preview
Don't miss anything!
























































Presented By: Ms. Poonam Anand
S IMPLIFICATION USING B OOLEAN A LGEBRA
A B C AB+A(B+C)+B(B+C)
8
S TANDARD F ORMS OF B OOLEAN E XPRESSIONS
THE SUM- OF-PRODUCTS (SOP) F ORM An SOP expression when two or more product terms are summed by Boolean addition.
A + ABC+BC D In an SOP form, a single overbar cannot extend over more than one variable; however, more than one variable in a term can have an overbar:
AB C ABC
A B B C D A C X A B B C D A C X
A standard SOP expression is one in which all the variables in the domain appear in each product term in the expression.
Standard SOP expressions are important in:
CONVERTING PRODUCT TERMS TO STANDARD SOP Step 1: Multiply each nonstandard product term by a term made up of the sum of a missing variable and its complement. This results in two product terms. As you know, you can multiply anything by 1 without changing its value. Step 2: Repeat step 1 until all resulting product term contains all variables in the domain in either complemented or uncomplemented form. In converting a product term to standard form, the number of product terms is doubled for each missing variable.
BINARY REPRESENTATION OF A STANDARD PRODUCT TERM A standard product term is equal to 1 for only one combination of variable values.
ABCD = 1 • 0 • 1 • 0 = 1 • 1 • 1 • 1 = 1
A B B C D A C X
A standard POS expression is one in which all the variables in the domain appear in each sum term in the expression.
Standard POS expressions are important in:
( A +B +C +D)(A+B +C+D)(A+B+C +D )
CONVERTING A SUM TERM TO STANDARD POS ( EXAMPLE) Convert the following Boolean expression into standard POS form: ( A +B+C)(B+C+D)(A+B+C +D ) ( )( )( )( )( ) ( )( )( ) ( )( ) ( )( ) A B C D A B C D A B C D A B C D A B C D A B C B C D A B C D B C D B C D AA A B C D A B C D A B C A B C DD A B C D A B C D
BINARY REPRESENTATION OF A STANDARD SUM TERM A standard sum term is equal to 0 for only one combination of variable values.