answersLogoWhite

0

Due to grey code it is less chance to clamp Wrong....

if something is wrong then due to color code it is identified,,

Presuming the question is about Gray Codes, aka reflected binary code, the primary benefit is that it requires only a single binary digit to change when incrementing or decrementing a binary number.

That is, the Grey Code representation of X (base 10) has N binary digits in it. The Grey Code representation of either X-1 or X+1 requires only a single binary digit to change, out of the N digits which make up the number. Normal binary code can require up to all N digits to change when adding or subtracting a single increment.

The advantage here is cleanliness, in particular for mechanical and electrical circuits. Since it is impossible to absolutely synchronize change of digits, in a normal binary representation of a number, incrementing or decrementing it can leave the number in a variety of intermediary states, of which an outside observer cannot tell which is correct. This can cause all sorts of problems when constructing working devices, that otherwise appear to be perfectly designed in the abstract.

For a better explanation of the mechanics and usefulness of Gray Code, look at the Wikipedia article below.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

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 are the disadvantages of Gray code?

One disadvantage of Gray code is that it is not as intuitive for human understanding compared to binary code. Another drawback is that Gray code is not as efficient in terms of mathematical operations, such as addition and subtraction, compared to binary code. Additionally, Gray code requires more bits to represent the same range of values as binary code, which can result in increased complexity and storage requirements.


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 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.


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


What is the gray code of decimal 7?

0100