edited by
22,715 views
41 votes
41 votes

The number of full and half-adders required to add $16$-bit numbers is

  1. $8$ half-adders, $8$ full-adders

  2. $1$ half-adder, $15$ full-adders

  3. $16$ half-adders, $0$ full-adders

  4. $4$ half-adders, $12$ full-adders

edited by

6 Answers

1 votes
1 votes
  • For 2-bit Addition, we need 1 Half Adder.
  • For 3-bit Addition, we need 1 Full Adder.

So, Total 15-Full Adders and 1-Half Adder are needed .

Correct Ans: (B).

0 votes
0 votes
To realize this

We have to realize first the intitution.

Two n bit numbers are given and to add them we need “n Full Adders”

Now In this “n” Full adders The First adder (left Most Full adder) have the cin = 0

which is a loss of a wire and moreover it is Unneseccary. therefore omiting that with a Half adder doesn’t impact .

There fore 1 Half adder and (n-1) Full adders are needed.
Answer:

Related questions

37 votes
37 votes
5 answers
1
Kathleen asked Sep 23, 2014
15,419 views
Which of the following sets of component(s) is/are sufficient to implement any arbitrary Boolean function?XOR gates, NOT gates$2$ to $1$ multiplexersAND gates, XOR gatesT...
32 votes
32 votes
3 answers
2
Kathleen asked Sep 23, 2014
7,638 views
Consider the circuit shown below. In a certain steady state, the line $Y$ is at $'1'$. What are the possible values of $A, B$ and $C$ in this state?$A=0, B=0, C=1$$A=0, B...
29 votes
29 votes
3 answers
3
Kathleen asked Sep 23, 2014
11,642 views
The maximum gate delay for any output to appear in an array multiplier for multiplying two $n$ bit numbers is$O(n^2)$$O(n)$$O(\log n)$$O(1)$
29 votes
29 votes
4 answers
4
Kathleen asked Sep 23, 2014
13,391 views
Booth's coding in $8$ bits for the decimal number $-57$ is:$0-100+1000$$0-100+100-1$$0-1+100-10+1$$00-10+100-1$