Tugas 7 Bravo 2103015233 Boolean dan Karnaugh Map
Nama: Bravo Marvel Kelas: 2B NIM: 2103015233 Rangkuman Boolean dan Karnaugh Map Standard Forms of Boolean Expressions Sum of Product (SOP) Form The sum-of-products (SOP) form is a method (or form) of simplifying the Boolean expressions of logic gates. In this SOP form of Boolean function representation, the variables are operated by AND (product) to form a product term and all these product terms are ORed (summed or added) together to get the final function. A sum-of-products form can be formed by adding (or summing) two or more product terms using a Boolean addition operation. Here the product terms are defined by using the AND operation and the sum term is defined by using OR operation. The sum-of-products form is also called as Disjunctive Normal Form as the product terms are ORed together and Disjunction operation is logical OR. Sum-of-products form is also called as Standard SOP. SOP form representation is most suitable to use them in FPGA (Field Pro...