Tugas7 [Dwi Nita Maulida] Boolean dan Karnaugh Map
Standard Forms of Boolean Expression Sum of product (SOP) Product of sum (POS) The Sum - Of - Products (SOP) For When two or more product terms are summed by Boolean addition AB + ABC ABC + CDE + BC D Conversion of a general Expression to Sop form Any logic expression can be change into SOP form by applying Boolean Algebra techniques Example : A(B+CD)=AB +ACD (A+B)+C =(A+B)C =(A+B)C =AC+BC The Standard SOP Form ABC +ABD + ABCD mu;tiply : ABC X (D + D) ABD X (C+C) ABCD+ABCD+ABCD+ABCD+ABCD The Products-Of- Sum (POS) Form When two or more sum terms are multiplied. ( A + B )( A + B + C ) ( A + B ) ( A + B + C )( A + C ) Boolean Expression And Truth Table Converting SOP to Truth Table Examine e ach of the products to determine where the product is equal to a 1. Set the remaining row outp uts to 0. Converting POS to Truth Table Opposite process from the SOP expressions. Each su...