πŸ“Š Digital Principles and System Design
Q. The code where all successive numbers differ from their preceding number by single bit is
  • (A) alphanumeric code
  • (B) bcd
  • (C) excess 3
  • (D) gray
πŸ’¬ Discuss
βœ… Correct Answer: (D) gray

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


Explanation by: Mr. Dubey
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.

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
495
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
83%
Success Rate