answersLogoWhite

0

Discussion of karnaugh map

Updated: 4/28/2022
User Avatar

Wiki User

12y ago

Best Answer

Karnaugh Map is a very efficient way of solving Boolean functions.In this section we learn to solve two or three variables Boolean function in the form of a map.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Discussion of karnaugh map
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What does each squares represent on a karnaugh map?

Each square in a Karnaugh map represents a:


How many times a variable can be used in karnaugh map?

4


How do you use karnaugh map in casio calculator?

To use the karnaugh map for the casio e200, you would follow the instructions used in the download. For the free pocket map, you simply enter your specifications with the check boxes and the calculator would do the rest.


What is k map?

K-map is actually also known as The Karnaugh map. This is a method to simplify Boolean algebra expressions introduced in 1953.


What is k-map?

K-map is actually also known as The Karnaugh map. This is a method to simplify Boolean algebra expressions introduced in 1953.


What are the limitation of karnaugh Map?

The size can be limited to 6 variables and also can be used for simplifying boolean expressions. Is K-map a msnormer?


How many squares does a karnaugh map require for a two-variable boolean equation?

4 squares (22).


When was Maurice Karnaugh born?

Maurice Karnaugh was born in 1924.


What is pair quads and octets in karnaugh map?

sets of 2, 4, or 8 bits. http://books.google.com/books?id=KxIzEPz9mq4C&pg=PA137&lpg=PA137&dq=what+is+pair+quads+and+octets+in+karnaugh+map&source=web&ots=2PFxcbByOU&sig=R0NLN36VarsdX1i4XHNujTTO2IU#PPA136,M1 this link explains it really well


What are K maps in digital electronics?

k map is karnaugh map . it is just a method to simplify or minimize the boolean equations so that it becomes easier to realize a circuit using minimum no. of gates.


Why 11 comes before than 10 in karnaugh map in digital electronics?

The beauty of the Karnaugh Map is that it has been cleverly designed so that any two adjacent cells in the map differ by a change in one variable. It's always a change of one variable any time you cross a horizontal or vertical cell boundaries. (It's not fair to go through the corners!) Notice that the order of terms isn't random. Look across the top boundary of the Karnaugh Map. Terms go 00, 01, 11, 10. If you think binary well, you might have ordered terms in order 00, 01, 10, 11. That's the sequence of binary numbers for 0,1,2,3. However, in a Karnaugh Map terms are not arranged in numerical sequence! That's done deliberately to ensure that crossing each horizontal or vertical cell boundary will reflect a change of only one variable. In the numerical sequence, the middle two terms, 01, and 10 differ by two variables! Anyhow, when only one variable changes that means that you can eliminate that variable.


Why does 11 come before 10 in k-map?

The beauty of the Karnaugh Map is that it has been cleverly designed so that any two adjacent cells in the map differ by a change in one variable. It's always a change of one variable any time you cross a horizontal or vertical cell boundaries. (It's not fair to go through the corners!) Notice that the order of terms isn't random. Look across the top boundary of the Karnaugh Map. Terms go 00, 01, 11, 10. If you think binary well, you might have ordered terms in order 00, 01, 10, 11. That's the sequence of binary numbers for 0,1,2,3. However, in a Karnaugh Map terms are not arranged in numerical sequence! That's done deliberately to ensure that crossing each horizontal or vertical cell boundary will reflect a change of only one variable. In the numerical sequence, the middle two terms, 01, and 10 differ by two variables! Anyhow, when only one variable changes that means that you can eliminate that variable.