Three-state buffer, enable = 0 — buffer gate
corethe value that is not a value
Answer
Y = 0
Why this example is worth doing
Disabled, the output is disconnected — high impedance, written Z — which is neither 0 nor 1 and does not belong in a truth table as a logic level. The page is emphatic on this because it is the first place a student meets a third state and the natural assumption is that Z means 0. Z means the wire is floating, and what voltage it settles at depends on whatever else is attached.
Try your own input in the Buffer. Truth table, symbol and algebraic form for the non-inverting buffer, and what it is for.
How the answer is reached
The probed row
A = 1, OE = 0
Output table
| A | OE | Y |
|---|---|---|
| 0 | 0 | 0 |
| 0 | 1 | 0 |
| 1 | 0 | 0 |
| 1 | 1 | 1 |