(Added infobox) |
m (Updated infoxbox parameter names) |
||
Line 4: | Line 4: | ||
| type = Component | | type = Component | ||
| prerequisite1 = Saving Bytes | | prerequisite1 = Saving Bytes | ||
| | | unlocks-level1 = 3 Bit Decoder | ||
| | | unlocks-level2 = Little Box | ||
| | | unlocks-component1 = 1 Bit decoder | ||
}} | }} | ||
This level asks you to make a circuit that outputs On to one of two pins depending on the input signal. | This level asks you to make a circuit that outputs On to one of two pins depending on the input signal. |
Revision as of 20:58, 13 November 2023
Section | Arithmetic |
---|---|
Type | Component |
Prerequisite | Saving Bytes |
Unlocks | 3 Bit Decoder Little Box |
1 Bit decoder | |
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.