The code where all successive numbers differ from their preceding number by single bit is __________

The code where all successive numbers differ from their preceding number by single bit is __________ Correct Answer Gray

The code where all successive numbers differ from their preceding number by single bit is gray code. It is an unweighted code. The most important characteristic of this code is that only a single bit change occurs when going from one code number to next. BCD Code is one in which decimal digits are represented by a group of 4-bits each, whereas, in Excess-3 Code, the decimal numbers are incremented by 3 and then written in their BCD format.

Related Questions