


























Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Karnaugh maps, a graphical method for simplifying boolean expressions. It explains the concept of k-maps, their construction, and the use of gray code for cell addressing. The document also briefly touches upon the simplification process and the concept of 'don't cares' in k-maps. While providing a basic understanding, it lacks in-depth analysis and practical examples.
Typology: Lecture notes
1 / 34
This page cannot be seen from the preview
Don't miss anything!



























Maurice Karnaugh, a telecommunications engineer, developed the Karnaugh map at Bell Labs in 1953 while designing digital logic based telephone switching circuits.
Further, each cell within a K-map has a definite place value obtained using an encoding technique known as Gray code. The specialty of this code is the fact that the adjacent code values differ only by a single bit. That is, if the given code-word is 01, then the previous and the next code-words can be 11 or 00, in any order, but cannot be 10 in any case. In K-maps, the rows and the columns of the table use Gray code-labeling which in turn represents the values of the corresponding input variables. This means that each K-map cell can be addressed using a unique Gray Code-Word.
Notes on Groupings
Notes on Groupings
Find the Complement