Level/1 Bit Decoder

From Turing Complete
Revision as of 02:07, 3 November 2023 by Gelthor (talk | contribs) (Added infobox)
Section Arithmetic
Type Component
Prerequisite Saving Bytes
Scored No
API {{{api-enum-id}}} ({{{api-enum-number}}})

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

Solution

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.

Spoiler