Fan-out: one signal driving twelve inputs — buffer gate
corewhy the gate exists at all
Answer
load 1 column 01, load 12 column 01
Why this example is worth doing
A gate output can only drive so many inputs before its edges slow and its noise margin collapses. Inserting a buffer restores the drive without touching the logic, which is the primary industrial reason the part exists. The page gives a typical fan-out figure and notes that a buffer is usually built as two inverters in series — the double inversion from the NOT page, put to work rather than optimised away.
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
Output table
| A | load 1 | load 12 |
|---|---|---|
| 0 | 0 | 0 |
| 1 | 1 | 1 |