Level/Second Tick: Difference between revisions

From Turing Complete
w:c:strategywiki>Henke37
(Basic, but nonstandard gate)
 
w:c:strategywiki>Henke37
(Switch to Y/N templates)
Line 8: Line 8:
! Input One !! Input Two !! Output
! Input One !! Input Two !! Output
|-
|-
| False|| False|| False
| {{No}}|| {{No}}|| {{No}}
|-
|-
| False|| True|| True
| {{No}}|| {{Yes}}|| {{Yes}}
|-
|-
| True|| False|| False
| {{Yes}}|| {{No}}|| {{No}}
|-
|-
| True|| True|| False
| {{Yes}}|| {{Yes}}|| {{No}}
|}
|}



Revision as of 21:38, 6 February 2023

This level has you construct a non standard gate where the output is only true when input one is true and input two is false.

Special Gate Truth Table
Input One Input Two Output
No No No
No Yes Yes
Yes No No
Yes Yes No

The simplest solution to this level is to place one AND Gate and invert the second input.