Applied Electronics Unit 2 Karnaugh Maps.pptx

rmercysam 0 views 19 slides Oct 11, 2025
Slide 1
Slide 1 of 19
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15
Slide 16
16
Slide 17
17
Slide 18
18
Slide 19
19

About This Presentation

K Maps


Slide Content

Physics Practical III Dr. B. Prakash, Assistant Professor, Arul Anandar College, Karumathur Applied Electronics (20PPYE22) -Karnaugh Map Dr. B. Prakash Assistant Professor P.G and Research Department of Physics Arul Anandar College (Autonomous) Karumathur – 625 514.

Karnaugh Maps (K maps)

What are Karnaugh 1 maps? Karnaugh maps provide an alternative way of simplifying logic circuits . Instead of using Boolean algebra simplification techniques, you can transfer logic values from a Boolean statement or a truth table into a Karnaugh map . The arrangement of 0's and 1's within the map helps you to visualise the logic relationships between the variables and leads directly to a simplified Boolean statement . 1 Named for the American electrical engineer Maurice Karnaugh.

Karnaugh maps Karnaugh maps, or K - maps, are often used to simplify logic problems with 2, 3 or 4 variables . For the case of 2 variables, we form a map consisting of 2 2 =4 cells as shown in Figure A B 1 1 Cell = 2 n ,where n is a number of variables 00 10 01 11 A B 1 1 A B 1 1 Maxterm Minterm 2 1 3

Karnaugh maps 3 variables Karnaugh map AB C 00 01 11 10 1 2 6 4 5 3 1 7 Cell = 2 3 =8

Karnaugh maps 4 variables Karnaugh map AB CD 00 01 11 10 00 01 11 10 5 3 1 7 6 2 4 9 15 13 11 10 14 12 8

Karnaugh maps The Karnaugh map is completed by entering a '1‘(or ‘0’) in each of the appropriate cells . Within the map, adjacent cells containing 1's (or 0’s) are grouped together in twos, fours, or eights .

Example A B Y 1 1 1 1 1 1 1 2-variable Karnaugh maps are trivial but can be used to introduce the methods you need to learn . The map for a 2-input OR gate looks like this : A B 1 1 1 1 1 B A A+B

Example A B C Y 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 AB C 00 01 11 10 1 1 1 1 1 1

Rules to obtain the most simplified expression Simplification of logic expression using Boolean algebra is awkward because: it lacks specific rules to predict the most suitable next step in the simplification process it is difficult to determine whether the simplest form has been achieved. A Karnaugh map is a graphical method used to obtained the most simplified form of an expression in a standard form (Sum-of-Products or Product-of-Sums). The simplest form of an expression is the one that has the minimum number of terms with the least number of literals (variables) in each term. By simplifying an expression to the one that uses the minimum number of terms, we ensure that the function will be implemented with the minimum number of gates. By simplifying an expression to the one that uses the least number of literals for each terms, we ensure that the function will be implemented with gates that have the minimum number of inputs.

Three-Variable K-Maps

Four-Variable K-Maps

Design of combinational digital circuits Steps to design a combinational digital circuit: From the problem statement derive the truth table From the truth table derive the unsimplified logic expression Simplify the logic expression From the simplified expression draw the logic circuit Example: Design a 3-input (A,B,C) digital circuit that will give at its output (X) a logic 1 only if the binary number formed at the input has more ones than zeros.

Design of combinational digital circuits (Cont.) Example: Design a 4-input (A,B,C,D) digital circuit that will give at its output (X) a logic 1 only if the binary number formed at the input is between 2 and 9 (including).

Solving K-Map : An Experimental Approach

Thank You
Tags