Computer Science, asked by beeezaman, 8 months ago

what is k-map? How to build it?
kindly explain in simple words...

Answers

Answered by NSOULEDHARRY
2

Answer:

Karnaugh maps are used to simplify real-world logic requirements so that they can be implemented using a minimum number of physical logic gates. A sum-of-products expression can always be implemented using AND gates feeding into an OR gate, and a product-of-sums expression leads to OR gates feeding an AND gate.

hope this will do.....

Answered by shivamupadhyay30jun2
1

Explanation:

K-map can take two forms Sum of Product (SOP) and Product of Sum (POS) according to the need of problem. K-map is table like representation but it gives more information than TRUTH TABLE. We fill grid of K-map with 0's and 1's then solve it by making groups.

Similar questions