m (Gelthor moved page Turing Complete/OR Gate to Level/OR Gate without leaving a redirect)  | 
				m (Use ON & OFF in truth table)  | 
				||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 3: | Line 3: | ||
This level has you create the OR Gate.  | This level has you create the OR Gate.  | ||
{| {{  | {| {{TruthTable}}  | ||
|+ OR Gate Truth Table  | |+ OR Gate Truth Table  | ||
|-  | |-  | ||
! Input   | ! Input 1 !! Input 2 !! Output  | ||
|-  | |-  | ||
| {{  | | {{Off t}}|| {{Off t}}|| {{Off t}}  | ||
|-  | |-  | ||
| {{  | | {{Off t}}|| {{On t}}|| {{On t}}  | ||
|-  | |-  | ||
| {{  | | {{On t}}|| {{Off t}}|| {{On t}}  | ||
|-  | |-  | ||
| {{  | | {{On t}}|| {{On t}}|| {{On t}}  | ||
|}  | |}  | ||