What is a Karnaugh Veitch map?

596 views

I’m studying computer science and this is one thing I can’t wrap my head around.

In: Technology

2 Answers

Anonymous 0 Comments

It’s a way of deriving an expression that gives you the output you want for given inputs.

If you have a small truth table, like for an AND gate, then it is easy to deduce the Boolean expression. AB = Y

But if you have a very large truth table, it may be too difficult to determine the Boolean expression without a K map.

If you meant though that you do not understand how to use a K map, let me know and I will explain.

You are viewing 1 out of 2 answers, click here to view all answers.