(Added infobox) |
m (Updated infoxbox parameter names) |
||
Line 1: | Line 1: | ||
{{Header Nav|game=Turing Complete}} | {{Header Nav|game=Turing Complete}} | ||
{{ | {{Infobox level | ||
| section = Arithmetic | | section = Arithmetic | ||
| type = | | type = Component | ||
| prerequisite1 = 1 Bit Decoder | | prerequisite1 = 1 Bit Decoder | ||
| | | unlocks-level1 = Logic Engine | ||
| | | unlocks-level2 = Registers | ||
| | | unlocks-component1 = 3 bit decoder | ||
}} | }} | ||
{{spoilerspage}} | {{spoilerspage}} |
Revision as of 20:56, 13 November 2023
Section | Arithmetic |
---|---|
Type | Component |
Prerequisite | 1 Bit Decoder |
Unlocks | Logic Engine Registers |
3 bit decoder | |
Scored | No |
API | {{{api-enum-id}}} ({{{api-enum-number}}}) |
The 3 bit decoder is made by 8 AND gates and 3 NOT.
Solution
Another possible option is to use 8 AND gates and 3 1-bit decoders, tho again, this is just another of a host of possible alternatives.