Inverter on an active-low enable — NOT gate
exam standardbubbles as polarity, not logic
Answer
EN̄ = 1
Why this example is worth doing
Real signals are frequently active low, written with an overbar or a leading slash, and an inverter is how you cross between conventions. The page's point is that a bubble on a schematic can mean either "this gate inverts" or "this signal is active low", and that the two readings look identical on paper. Getting them confused inverts the behaviour of a design, and it is a mistake practising engineers still make.
Try your own input in the NOT gate. Truth table, symbol and algebraic form for the inverter, Ā.
How the answer is reached
The probed row
EN = 0
Output table
| EN | EN̄ |
|---|---|
| 0 | 1 |
| 1 | 0 |