retagged by
649 views
1 votes
1 votes

retagged by

1 Answer

Best answer
6 votes
6 votes

The question is asking for representation in 5 digits..So prior to finding 10's complement , u have to represent the given number in 5 digits which can be done by appending a 0 to MSB as it does not changes value..

So 5 digit representation of number  =  (09900)10

So 9's complement of it                  =  (90099)10

So 10's complement of it                =   (90099)10 + 1

                                                    =   (90100)10

Hence C) is the correct answer..

selected by
Answer:

Related questions

0 votes
0 votes
0 answers
1
chaser asked Nov 26, 2016
324 views
4 votes
4 votes
1 answer
2
5 votes
5 votes
1 answer
4