1.

What is the most important characteristic of gray code? Explain.

Answer»

Gray code changes only by one bit, each time the decimal number is incremented.

Decimal digitBCDGray
000000000
100010001
200100011
300110010
401000110
501010111


Discussion

No Comment Found