answersLogoWhite

0


Best Answer

In gray code only one bit position changes between any two successive (nearby) entries. This allows us to group the terms producing the same (normally 1) and eliminate the variable corresponding to the common bit position. As the K-map is used for reduction of min terms, this approach is used. It is the basis of the K-map itself.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why is gray code used in k-map?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Does special gray code property have any value?

The Gray Code is a type of binary code developed by a programmer named Frank Gray. Gray code is a binary numeral system that differ than normal binary code, and is used widely to detect errors in software.


What are the disadvantages of Gray code?

Gray Code is Reflective Binary code. One of the main disadvantages of Gray code is that it is very difficult to come up with an arithmetic logic unit to support Gray code.


What is the most important characteristic of Gray code Prepare a table showing the 4 bit Gray code Explain the rule for conversion of Binary number to Gray code?

characteristic of Gray code


What is the airport code for Gray Army Airfield?

The airport code for Gray Army Airfield is GRF.


When was The Code of Marcia Gray created?

The Code of Marcia Gray was created on 1916-03-16.


How do you convert decimal to gray code?

In order to convert decimal to gray code use an array of int containing either a one or a zero at each position. A BitArray could also be used and might be a better choice.


Which is the minimal error code in computers?

Gray code


How do you convert excess-3 to gray code?

help PLA use convert excess-3 to gray code


Gray code of 111 is?

Gray code is a 'reflected code', why is it named so will be illustrated soon. The advantage of Gray code over binary code is that only one bit in the code group changes when going from one number to the next. By, Ashish Kumar (Roh, Nawada, Bihar)


What is the gray matter code?

qghq


What are the release dates for The Code of Marcia Gray - 1916?

The Code of Marcia Gray - 1916 was released on: USA: 16 March 1916


What is binary cyclic code?

The reflected binary code, also known as Gray codeafter Frank Gray, is a binary numeral system where two successive values differ in only one bit.Here is an example of a 4-bit Gray code:0000000100110010011001110101010011001101111111101010101110011000