edited by
16,185 views
60 votes
60 votes

Consider the following circuit composed of XOR gates and non-inverting buffers.

The non-inverting buffers have delays $\delta_1 = 2 ns$ and $\delta_2 = 4 ns$ as shown in the figure. Both XOR gates and all wires have zero delays. Assume that all gate inputs, outputs, and wires are stable at logic level $0$ at time $0$. If the following waveform is applied at input $A$, how many transition(s) (change of logic levels) occur(s) at $B$ during the interval from $0$ to $10$ ns?

  1. $1$
  2. $2$
  3. $3$
  4. $4$
edited by

6 Answers

1 votes
1 votes
ans will be D

A  0000011111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111

A' 0000000000011111111111111111111111111111111111111111111111111111111111111111111111111111111111111(2 sec delay)

A''11111111111000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

A'''0000000000000000000000000000000000000000000000000000000000001111111111111111111100000000000000000(4 sec delay)

B111111111110000000000000000000000000000000000000000000000000011111111111111111111000000000000000000

B is final out put where 4 changes in logic

so ans is 4
Answer:

Related questions

65 votes
65 votes
9 answers
4
Kathleen asked Sep 17, 2014
18,047 views
The following is a scheme for floating point number representation using $16$ bits.Let $s, e,$ and $m$ be the numbers represented in binary in the sign, exponent, and man...