InterviewSolution
Saved Bookmarks
| 1. |
What is k-map in computer.... explain...so intresting topic! |
|
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.follow me |
|