Level/1 Bit Decoder: Difference between revisions

From Turing Complete
m (1 revision imported: Imported from https://strategywiki.org/)
m (Gelthor moved page Turing Complete/1 Bit Decoder to Level/1 Bit Decoder without leaving a redirect)
(No difference)

Revision as of 20:41, 28 October 2023

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.