KnowledgeBoat Logo

Computer Science

What do you understand by Karnaugh's map? Explain.

Boolean Algebra

5 Likes

Answer

Karnaugh's map is a way to reduce an expression by using a tabular or matrix representation to its most simplified form. It is named after its inventor Maurice Karnaugh. Its advantage is that it doesn't require any algebraic derivation. It has a limitation that it will reduce the expression only when it is in canonical SOP or POS form.

Answered By

3 Likes


Related Questions