Buffer — triangle with no bubble — logic gate symbols
exam standardthe gate that does nothing, and why it exists
Answer
output column 01
Why this example is worth doing
A buffer's truth table is the identity, which makes it look pointless until you add the enable input and get the three-state buffer — the part that lets many drivers share one bus. The page shows the enable line entering the top of the triangle and explains the third output state, high impedance, which is not a logic value and does not belong in a truth table as 0 or 1. That distinction between a logic level and an electrical state is worth drawing early.
Try your own input in the Logic gate symbols. Every gate in both symbol standards, side by side, on a printable one-page chart.
How the answer is reached
Truth table
| # | A | A |
|---|---|---|
| 0 | 0 | 0 |
| 1 | 1 | 1 |