Digital Circuits
Karnaugh Mapping
17 questions By Tony R. Kuphaldt
-
Question 4 of 17
A Karnaugh map is nothing more than a special form of truth table, useful for reducing logic functions into minimal Boolean expressions.
Here is a truth table for a specific four-input logic circuit:

Complete the following Karnaugh map, according to the values found in the above truth table:

Reveal answer
Notes:Showing students that Karnaugh maps are really nothing more than truth tables in disguise helps them to more readily learn this powerful new tool.
-
Question 5 of 17
Here is a truth table for a four-input logic circuit:

If we translate this truth table into a Karnaugh map, we obtain the following result:

Note how the only 1’s in the map are clustered together in a group of four:

If you look at the input variables (A, B, C, and D), you should notice that only two of them actually change within this cluster of four 1’s. The other two variables hold the same value for each of these conditions where the output is a “1”. Identify which variables change, and which stay the same, for this cluster.
Reveal answerFor this cluster of four 1’s, variables A and C are the only two inputs that change. Variables B and D remain the same (B = 1 and D = 1) for each of the four “high” outputs.
Notes:This question introduces students to the Karnaugh reduction principle of detecting contradictory variables in a grouped set.
-
Question 6 of 17
Here is a truth table for a four-input logic circuit:

If we translate this truth table into a Karnaugh map, we obtain the following result:

Note how the only 1’s in the map all exist on the same row:

If you look at the input variables (A, B, C, and D), you should notice that only two of them are constant for each of the “1” conditions on the Karnaugh map. Identify these variables, and remember them.
Now, write an SOP (Sum-of-Products) expression for the truth table, and use Boolean algebra to reduce that raw expression to its simplest form. What do you notice about the simplified SOP expression, in relation to the common variables noted on the Karnaugh map?
Reveal answerFor this cluster of four 1’s, variables A and B are the only two inputs that remain constant for the four “1” conditions shown in the Karnaugh map. The simplified Boolean expression for the truth table is AB. See a pattern here?
Notes:This question strongly suggests to students that the Karnaugh map is a graphical method of achieving a reduced-form SOP expression for a truth table. Once students realize Karnaugh mapping holds the key to escaping arduous Boolean algebra simplifications, their interest will be piqued!









I am studying for my midterms, and this helped me a lot. The author is trying to share the information through pure comprehension, explaining the origin and target of each and every rule, which most teachers tend not to do… Thank you so much !!
question 16 circuit is not fully simplified