retagged by
3,586 views
6 votes
6 votes

In a $8$-bit ripple carry adder using identical full adders, each full adder takes $34$ ns for computing sum. If the time taken for $8$-bit addition is $90$ ns, find time taken by each full adder to find carry.

  1. $6$ ns
  2. $7$ ns
  3. $10$ ns
  4. $8$ ns
retagged by

2 Answers

10 votes
10 votes
Consider n-bit Ripple Carry Adder.
Total Delay = Delay_Sum + (n-1) Delay_Carry
Here, n=8.
90ns = 34 ns + 7 * Delay_Carry
56ns = 7 * Delay_Carry
Delay_Carry= 8ns
8 votes
8 votes
Sum in ripple carry adder is --> $max( Sum, Carry)$ $for$ $MSB+$ $delay$ $to$ $produce$ $carry$ $of$ $N-1bits$

now given sum takes $34ns$ it can be clearly seen that for the last bit $Max(sum,carry)$ is $sum$ only

So the carry generation for $N-1=8-1=7bits$ has taken $90-34=56ns$

so time to produce carry $\dfrac{56}{7}=8ns$

$D$ $is$ $the$ $answer$
Answer:

Related questions

3.4k
views
3 answers
8 votes
Satbir asked Jan 13, 2020
3,376 views
If $ABCD$ is a $4$-bit binary number, then what is the code generated by the following circuit?BCD codeGray code$8421$ codeExcess-$3$ code
5.8k
views
2 answers
6 votes
Satbir asked Jan 13, 2020
5,819 views
Minimum number of NAND gates required to implement the following binary equation$Y = (\overline{A}+\overline{B})(C+D)$4$5$3$6$
3.1k
views
3 answers
4 votes
Satbir asked Jan 13, 2020
3,053 views
Consider the following circuitThe function by the network above is$\overline{AB}E+EF+\overline{CD}F$ ... (C+D+\overline{F})$(A+B)\overline{E} +\overline{EF}+CD\overline{F}$
2.9k
views
2 answers
3 votes
Satbir asked Jan 13, 2020
2,900 views
Following Multiplexer circuit is equivalent toSum equation of full adderCarry equation of full adderBorrow equation for full subtractorDifference equation of a full subtractor