edited by
5,163 views

3 Answers

15 15 votes

When the control input or enable input (E) is not active, the output is "Z", which means that no electrical current flows through. Hence it is in disconnected state .

Thus, even if x is 0 or 1, that current does not flow through .

hence, truth table is 

E(Enable) X(input) y(output)
0 0,1 Z(disconnected)
1 0 0
1 1 1
1 1 vote

Buffer gives output , which it gets as input (with some delay)

Now, in tri state buffer

Enable input is 1 , it's circuit is closed state. Means when it gives input 0, get output as 0.

When enable input is 0, circuit is in open state. Means retains the last value when enable input was high

So, Ans C)

Answer:
Position:
Show:

Related questions

11 11 votes
5 answers 5 answers
7.8k
7.8k views
go_editor asked Jul 1, 2016
7,763 views
Consider the logic circuit given below.The inverter, AND and OR gates have delays of $6, 10$ and $11$ nanoseconds respectively. Assuming that wire delays are negligible, ...
6 6 votes
6 answers 6 answers
5.6k
5.6k views
go_editor asked Jul 1, 2016
5,555 views
Consider the logic circuit given below:$\text{Q =}$ __________?$\overline{\text{A}} \text{C} + \text{B} \overline{\text{C}} +\text{CD}$$\text{ABC} + \overline{\text{C}} \...
13 13 votes
4 answers 4 answers
5.3k
5.3k views
Isha Gupta asked Jun 23, 2016
5,321 views
Which of the following is not valid Boolean algebra rule?$\text{X.X = X}$$\text{(X+Y).X = X}$$\overline{X}+\text{XY = Y}$$\text{(X+Y).(X+Z) = X + YZ}$
9 9 votes
4 answers 4 answers
8.9k
8.9k views
jenny101 asked Jun 14, 2016
8,940 views
How many different $\text{BCD}$ numbers can be stored in $12$ switches ? (Assume two position or on-off switches).$2^{12}$$2^{12}-1$$10^{12}$$10^3$