edited by
394 views
2 votes
2 votes

Karnaugh map is used for the purpose of:

  1. Reducing the electronic circuits used.
  2. Mapping the given Boolean logic function.
  3. Minimizing the terms in a Boolean expression.
  4. Maximizing the terms of a given a Boolean expression.
edited by

4 Answers

Best answer
1 votes
1 votes

A Karnaugh map provides a pictorial method of grouping together expressions with common factors and therefore eliminating unwanted variables. The Karnaugh map can also be described as a special arrangement of a truth table.

The Karnaugh map provides a simple and straight-forward method of minimizing boolean expressions. With the Karnaugh map, Boolean expressions having up to four and even six variables can be simplified.

So, the correct answer is $(C).$

Reference:

selected by
1 votes
1 votes
our ultimate goal of KMAP is : Reducing the electronic circuits used"

so ans should be A
Answer:

Related questions

2 votes
2 votes
1 answer
1
Bikram asked Nov 26, 2016
929 views
The excess $3$ code of decimal number $26$ is:$0100 1001$$01011001$$1000 1001$$01001101$
3 votes
3 votes
1 answer
2
Bikram asked Nov 26, 2016
272 views
$1$’s complement representation of decimal number of -$17$ by using $8$ bit representation is:$1110 \ 1110$$1101 \ 1101$$1100 \ 1100$$0001 \ 0001$
3 votes
3 votes
1 answer
3
Bikram asked Nov 26, 2016
2,860 views
If signed numbers are used in binary arithmetic, then which one of the following notations would have unique representation for zero?Sign-magnitude$1$’s complement$2$�...