Level/1 Bit Decoder

From Turing Complete
Revision as of 13:18, 10 August 2023 by w:c:strategywiki>Henke37 (Initial level page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This level asks you to make a circuit that outputs On to one of two pins depending on the input signal.

As the truth table reveals, one output is the inverse of the input and the other is a copy of the input. So add a Not Gate for the first output and wire things up.