The Excess-3 code for decimal digit 2 is:
2016
The Excess-3 code for decimal digit 2 is:
- A.
1010
- B.
1100
- C.
0101
- D.
0011
Attempted by 67 students.
Show answer & explanation
Correct answer: C
In Excess-3 code, add 3 to the decimal digit and then write the result in 4-bit binary. For decimal digit 2: 2 + 3 = 5. The 4-bit binary representation of 5 is 0101. Therefore, the Excess-3 code is 0101.