Find Min AND-OR Expression in K-Map w/Don't Cares

  • Thread starter ibcoding
  • Start date
Looks like a correct AND-OR expression, though.In summary, the minimum AND-OR expression for the given K-map with Don't Cares is b'd' + b'c + ac. This expression was confirmed by finding 3 groups on the K-map, each including 4 squares.
  • #1
ibcoding
11
0
I am trying to find the minimum AND-OR expression in a K-map with Don't Cares. My Karnaugh map is attached below.

Here is the min AND-OR expression, I believe.b'd' + b'c + ac

 

Attachments

  • K-Map.png
    K-Map.png
    2.6 KB · Views: 466
Physics news on Phys.org
  • #2
For a little more clarity: E(0,3,14) + d(2,4,7,8,10,11,13,15)
 
  • #3
Nevermind...it's right. Sorry to post prematurely
 
  • #4
ibcoding said:
I am trying to find the minimum AND-OR expression in a K-map with Don't Cares. My Karnaugh map is attached below.

Here is the min AND-OR expression, I believe.


b'd' + b'c + ac


Since you didn't show your variables a,b,c,d on the K map, it's hard to verify your expression, although I do get a similar form with 3 groups on the K map each including 4 squares.
 
  • #5
'd + a'c'd'

Based on the provided Karnaugh map, the minimum AND-OR expression for the given variables (a, b, c, d) would be b'd + b'c + ac'd + a'c'd'. This expression represents the minimum number of terms required to cover all the 1's in the K-map, while also taking into account the don't care values. This expression can be further simplified by using Boolean algebra rules, if desired.
 

Related to Find Min AND-OR Expression in K-Map w/Don't Cares

1. What is a K-Map and how is it used to find a minimum AND-OR expression?

A Karnaugh map, also known as a K-Map, is a graphical method used to simplify Boolean algebra expressions. It is a two-dimensional grid that represents the truth table of a logic circuit. The K-Map is used to identify patterns and groupings of 1s in the truth table, which can then be used to generate a minimum AND-OR expression.

2. What are "Don't Cares" in a K-Map and how do they affect the minimum AND-OR expression?

"Don't Cares" are cells in a K-Map that do not affect the output of the logic circuit. They can be either 0s or 1s, and are represented by an "X" in the K-Map. These cells can be used to further simplify the minimum AND-OR expression by allowing for more groupings and reducing the number of terms in the expression.

3. Can a K-Map be used to find a minimum AND-OR expression for any logic circuit?

Yes, a K-Map can be used to find a minimum AND-OR expression for any logic circuit with up to 4 variables. For circuits with more than 4 variables, other methods such as Quine-McCluskey algorithm may be used.

4. What is the difference between a minimum AND-OR expression and a standard AND-OR expression?

A minimum AND-OR expression is the simplest form of a logic circuit, with the fewest number of terms and operators. It represents the most efficient way to implement the logic circuit. A standard AND-OR expression, on the other hand, may have redundant terms and operators, making it less efficient.

5. How do I know if I have found the correct minimum AND-OR expression using a K-Map?

To verify the correctness of a minimum AND-OR expression found using a K-Map, we can compare the truth tables of the original logic circuit and the simplified expression. If the outputs for all possible combinations of inputs are the same, then the expression is correct. Additionally, we can also use Boolean algebra rules to simplify the expression and check if it is equivalent to the original expression.

Similar threads

  • Engineering and Comp Sci Homework Help
Replies
15
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
14
Views
4K
  • Engineering and Comp Sci Homework Help
Replies
1
Views
2K
  • Engineering and Comp Sci Homework Help
Replies
10
Views
2K
  • Engineering and Comp Sci Homework Help
Replies
1
Views
358
  • Engineering and Comp Sci Homework Help
Replies
4
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
7
Views
773
  • Engineering and Comp Sci Homework Help
Replies
5
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
10
Views
2K
  • Engineering and Comp Sci Homework Help
Replies
22
Views
2K
Back
Top