Three-state buffer, enable = 1 — buffer gate
corethe enabled case
Answer
Y = 1
Why this example is worth doing
With the enable asserted, a three-state buffer is an ordinary buffer and the input appears at the output. The page introduces the enable as a second input entering the top of the triangle rather than the left, which is a notational convention worth pointing out because it signals control rather than data. The disabled case, covered next, is where the part becomes genuinely different from a buffer.
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 = 1
Output table
| A | OE | Y |
|---|---|---|
| 0 | 0 | 0 |
| 0 | 1 | 0 |
| 1 | 0 | 0 |
| 1 | 1 | 1 |