2,111 views
0 votes
0 votes
in 2421 code for 5 is 1011 why not 0101 ?????????

1 Answer

0 votes
0 votes
4 and 5 is not applicable on 2421 as in order to become self complimenting code the 9's can be obtained by toggling the binary bits which is applicable for Decimal  0-3 and 7-10 . ( I am excluding 6 as per the code structure ).

The above concept is supersorted in Excess 3 as all the criteria is met .

Related questions

380
views
0 answers
0 votes
Iqra Javed asked Jul 21, 2023
380 views
Construct a BCD-to-excess-3-code converter with a 4-bit adder. Remember that the excess-3 code digit is obtained by adding three to the corresponding BCD digit. What mus...
502
views
0 answers
0 votes
krish71 asked Aug 1, 2022
502 views
Hi,Can someone please tell if gray code representation can also work for negative binary number?I’ve seen examples of gray code for only positive binary number not sure...
1.7k
views
2 answers
0 votes
Debargha Bhattacharj asked Jun 12, 2019
1,689 views
Was solving the GO 2019 pdf when I encountered this question asked in TIFR 2017. Although I have understood this question, I have one doubt-It is mentioned in the questio...