in Digital Logic edited by
9,612 views
9 votes
9 votes

If half adders and full adders are implements using gates, then for the addition of two $17$ bit numbers (using minimum gates) the number of half adders and full adders required will be

  1. $0,17$
  2. $16,1$
  3. $1,16$
  4. $8,8$
in Digital Logic edited by
by
9.6k views

3 Comments

explain it in detail

 

 

plz
0
0

We have two 17 bit numbers, one adder is used for adding one bit so for the least significant bit we don't need any full adder as we always  have 0 as initial carry for the LSB so we can add LSB using half adder but for rest of the 16 bits from 2nd bit from right to MSB we need full adder because carry can be generated by them hence there is need of 16 full adder.

Hence option C) is correct

1
1
1
1

5 Answers

0 votes
0 votes
for implementation n-bit of parallel adder n bit full adder required.

n bit full adder = (n-1) full adder and 1 half adder required.

so accoring to the question 16 full adder and 1 half adder required.

so option c is correct.
Answer:

Related questions