w:c:strategywiki>Henke37 (Mixed up the solution with the OR gate) |
(Added infobox) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Header Nav|game=Turing Complete}} | {{Header Nav|game=Turing Complete}} | ||
{{Infobox level | |||
| section = Basic Logic | |||
| type = Component | |||
| prerequisite1 = NOT Gate | |||
| unlocks-level1 = Always On | |||
| unlocks-component1 = NOT | |||
| api-enum-id = nor_gate | |||
| api-enum-number = 21 | |||
}} | |||
This level has you create the NOR Gate. | This level has you create the NOR Gate. | ||
{| {{ | {| {{TruthTable}} | ||
|+ NOR Gate Truth Table | |+ NOR Gate Truth Table | ||
|- | |- | ||
! Input | ! Input 1 !! Input 2 !! Output | ||
|- | |- | ||
| | | {{Off t}}|| {{Off t}}|| {{On t}} | ||
|- | |- | ||
| | | {{Off t}}|| {{On t}}|| {{Off t}} | ||
|- | |- | ||
| | | {{On t}}|| {{Off t}}|| {{Off t}} | ||
|- | |- | ||
| | | {{On t}}|| {{On t}}|| {{Off t}} | ||
|} | |} | ||