1,925 views
1 votes
1 votes
Half Adder is implemented with XOR and AND gate. A. FA is implemented with 2 HA and 1 OR gate The propagation delay of XOR -gate is twice that of AND / OR gate. Propagation delay of AND/OR is 1.2 ms. A 4-bit ripple carry binary adder is implemented using 4 full adder. the total propagation time of this 4 bit binary adder in micro second is ________?

2 Answers

1 votes
1 votes
A half adder can be implemented using an XOR gate and an AND gate. Let's assume that the propagation delay of the XOR gate is 2 × 1.2 ms = 2.4 ms (twice that of the AND/OR gate).

A full adder (FA) is implemented using 2 half adders (HA) and 1 OR gate. Therefore, the propagation delay of a full adder is:

Propagation delay of FA = 2 × Propagation delay of HA + Propagation delay of OR

Propagation delay of FA = 2 × (Propagation delay of XOR + Propagation delay of AND) + Propagation delay of OR

Propagation delay of FA = 2 × (2.4 ms + 1.2 ms) + 1.2 ms = 7.2 ms

A 4-bit ripple carry binary adder is implemented using 4 full adders. The total propagation time of this 4-bit binary adder can be calculated as follows:

Total propagation delay of 4-bit ripple carry binary adder = Propagation delay of 1st full adder + Propagation delay of 2nd full adder + Propagation delay of 3rd full adder + Propagation delay of 4th full adder

Total propagation delay of 4-bit ripple carry binary adder = 4 × Propagation delay of FA

Total propagation delay of 4-bit ripple carry binary adder = 4 × 7.2 ms = 28.8 ms

Therefore, the total propagation time of the 4-bit ripple carry binary adder is 28.8 microseconds (µs).
0 votes
0 votes

First, we have to calculate propagation delay of full adder. 

So the total propagation time of this 4 bit binary adder is (4 x propagation delay of FA) = (4 x 4.8ms) = 19.2ms

Answer is 19.2ms.

Related questions

0 votes
0 votes
1 answer
1
val_pro20 asked May 16, 2019
1,129 views
$Exclusive-OR$ gate has a propagation delay of $10$ ns and that the $AND$ or $OR$ gates have a propagation delay of $5$ ns.What is the total propagation delay time in the...
0 votes
0 votes
0 answers
3
junaid ahmad asked Dec 8, 2017
726 views
Q.A one bit full adder takes 75 nsec to produce sum and 50 nsec to produce carry.A 4 bit parallel adder is designed using this type of full adder. The maximum rate of add...
0 votes
0 votes
1 answer
4