Multiple choice In which code, the successive code characters differ in only one bit position? Gray code Excess 3 code 8421 code 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.