edited by
8,403 views

5 Answers

Best answer
12 votes
12 votes

The Excess-3(XS3) code for a given decimal number is determined by adding '3' to each decimal digit in the given number and then replacing each digit of the newly found decimal number by its four bit binary equivalent. The table gives is the Excess-3 code. For example, XS3 code of 24 is obtained as

  2       4

+3    +3

  5       7

0101 0111

Thus, XS3 code of 24 is 0101 0111.

The key feature of the Excess-3 code is .that it is self complementing. In other words, the 1's complement of an Excess- 3 number is the Excess- 3 code for the 9's complement of the corresponding decimal number.

 

 For example, the Excess- 3 code for decimal 6 is 1001. The 1's complement of 1001 is 0110, which is the Excess-3 code for decimal 3, and 3 is the 9's complement of 6. This property of Excess-3 code makes it useful in some arithmetic operations.

 

Hence,Option(C)Self-complimenting Code is the correct choice.

selected by
1 votes
1 votes
Excess-3 code = BCD(1248) + 0011

After this we see that BCD(1248) is not Self Complementing code BUT Excess-3 code is Self Complementing code as well as Sequential code also.

Hence ans is (C) Self-Complementing Code
1 votes
1 votes

Excess-3 Code is also called

  • XS-3 code
  • Self-complimenting code

Option C


It is also non-weighted code, ie, the bit position doesn't play a role in determining the value. Other non-weighted codes: Gray Code.

Gray code is also called Reflected binary code, and it's considered a minimum error code.

Answer:

Related questions

12 votes
12 votes
3 answers
1
Arjun asked Jul 6, 2016
8,258 views
The logic circuit given below converts a binary code $Y_1Y_2Y_3$ into Excess-$3$ codeGray code$\text{BCD}$ codeHamming code
8 votes
8 votes
2 answers
2
Arjun asked Jul 6, 2016
3,775 views
If $12A7C_{16} = X_8$ then the value of $X$ is$224174$$425174$$6173$$225174$
8 votes
8 votes
2 answers
3
go_editor asked Jul 5, 2016
4,728 views
The circuit given in the figure below isAn oscillating circuit and its output is square waveThe one whose output remains stable in $\text{‘1'}$ stateThe one having outp...
10 votes
10 votes
2 answers
4
go_editor asked Jul 5, 2016
7,779 views
Consider the following gate networkWhich one of the following gates is redundant?Gate No. $1$Gate No. $2$Gate No. $3$Gate No. $4$