Level/1 Bit Decoder

From Turing Complete
Revision as of 20:41, 28 October 2023 by Gelthor (talk | contribs) (Gelthor moved page Turing Complete/1 Bit Decoder to Level/1 Bit Decoder without leaving a redirect)

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.