1,347 views
2 votes
2 votes
In Excess 3 addition, the groups that have produced a carry we have to add 0011 to them and subtract 0011 from the groups which have not produced a carry during the addition. Can someone explain the logic of performing this step for me?

1 Answer

Best answer
3 votes
3 votes
suppose two binary nos. are A and B

convert them into excess 3

(A+3) and (B+3)

when you add both result is(A+B+6)=(C+6)

CASE1: carry is not generated:

In bcd addition ans is C

i.e. C+3 in excess 3

but you got the ans C+6 so subtract 3

CASE1: carry is generated:

in bcd addition.... if carry is generated,add 6

i.e. C+6

now to convert it into excess 3 add 3.
selected by

Related questions

2 votes
2 votes
1 answer
1
shreshtha5 asked Nov 29, 2015
4,443 views
Convert $1101_2$ to corresponding $excess-3$ binary number.(A) $10000$(B) $01000110$(C) $100110$(D) $10110$
0 votes
0 votes
0 answers
2
krish71 asked Aug 1, 2022
469 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...
0 votes
0 votes
1 answer
3