Multiple choice

In which code, the successive code characters differ in only one bit position?

  1. Gray code

  2. Excess 3 code

  3. 8421 code

  4. Algebraic code

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Gray code is designed so that consecutive values differ by only one bit, minimizing errors during state transitions. Other codes like 8421 BCD can change multiple bits between consecutive values.