All About Circuits

Digital Circuits

Karnaugh Mapping


17 questions By Tony R. Kuphaldt

Page 2 of 6 0 of 17 answers revealed (0%)
  • 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
  • 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 answer
  • 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 answer

Related Tools:

Published under the terms and conditions of the Creative Commons Attribution License
  • B
    boulous May 15, 2021

    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 !!

    Like. Reply
  • Daedaluxs April 02, 2024

    question 16 circuit is not fully simplified

    Like. Reply
    • D
      dalewilson April 03, 2024
      You are correct in that it could be simplified to D!(B + C!). The question asks for a "simple" answer and does provide the minimal sum-of-products (SOP) solution as noted in the answer. So, both answers are, in a sense, correct.
      Like. Reply