edited by
6,115 views
14 votes
14 votes

In the diagram above, the inverter (NOT gate) and the AND-gates labeled $1$ and $2$ have delays of $9, 10$ and $12$ nanoseconds (ns), respectively. Wire delays are negligible. For certain values $a$ and $c$, together with certain transition of $b$, a glitch (spurious output) is generated for a short time, after which the output assumes its correct value. The duration of glitch is:

  1. $7\;\text{ns}$
  2. $9\;\text{ns}$
  3. $11\;\text{ns}$
  4. $13\;\text{ns}$
edited by

3 Answers

Best answer
21 votes
21 votes

The output of AND gate 1 will be available at the input of OR gate after 9+10 = 19 nanoseconds but Output of  AND gate 2 will be available after 12 nanoseconds only.
So a glitch will be generated for 19-12 = 7 nanoseconds after which the output assumes its correct value. 
Option A is correct. 

selected by
4 votes
4 votes
Ans will be A.(10+9)-12=7ns
3 votes
3 votes
  • Inverter and AND1 gate will take total of 9 + 10 = 19 ns. (one after another)
  • AND2 gate will take 12 ns.
  • before 12 ns there was no glitch(fault) as none of inputs has reached to OR
  • now at 11th ns input from AND2 gate reaches to OR and yet there is no other input to OR
  • This glitch(fault) will remain till 19th second when output of NOT-AND2 appears as input to OR
  • Then OR will operate normally 
  • so glitch was from 12th to 19th ns 19−12=7ns

option (A)

Answer:

Related questions

6 votes
6 votes
4 answers
1
4 votes
4 votes
3 answers
2
Arjun asked Apr 22, 2018
3,833 views
Given $\sqrt{224_{r}}$= $13$$_{r}$ the value of radix $r$ is$10$$8$$6$$5$
4 votes
4 votes
3 answers
3
Arjun asked Apr 22, 2018
4,238 views
A computer uses ternary system instead of the traditional systen, An $n$ bit string in the binary system will occupy$3+n$ ternary digits$2n/3$ ternary digits$n$$\log_{2}3...
4 votes
4 votes
2 answers
4
Arjun asked Apr 22, 2018
1,875 views
Any set of Boolean operation that is sufficient to represent all Boolean expression is said to be complete. Which of the following is not complete ?$\text{{AND, OR}}$$\te...