To simply and verify the Boolean expression using K-map.
Logic trainer kit, logic gates / ICs, wires.
Karnaugh maps: Karnaugh maps or K-maps for short, provide another means of simplifying and optimizing logical expressions. This is a graphical technique that utilizes a sum of product (SOP) form. SOP forms combine terms that have been ANDed together that then get ORed together. This format lends itself to the use of De Morgan's law which allows the final result to be built with only NAND gates. The K-map is best used with logical functions with four or less input variables. One of the advantages of using K-maps for reduction is that it is easier to see when a circuit has been fully simplified. Another advantage is that using K-maps leads to a more structured process for minimization. In order to use a K-map, the truth table for a logical expression is transferred to a K-map grid. The grid for two, three, and four input expressions are provided in the tables below. Each cell corresponds to one row in a truth table or one given state in the logical expression. The order of the items in the grid is not random at all; they are set so that any adjacent cell differs in value by the change in only one variable. Because of this, items can be grouped together easily in rectangular blocks of two, four, and eight to find the minimal number of groupings that can cover the entire expression. Note that diagonal cells require that the value of more than two inputs change, and that they also do not form rectangles.
F(C,A,B) = CAB + C'AB + CA'B + C'A'B
CAB + C'AB + CA'B + C'A'B = AB(C + C') + A'B(C + C') Distributive Property
= AB + A'B C + C' is always true
= (A + A')B Distributive Property
= B A + A' is always true
Get all latest content delivered to your email a few times a month.