Level/NAND Gate: Difference between revisions

From Turing Complete
w:c:strategywiki>Henke37
(First gate quiz)
 
w:c:strategywiki>Henke37
m (Consistent heading caption)
Line 4: Line 4:


{| {{Prettytable}}
{| {{Prettytable}}
|+ NAND Truth Table
|+ NAND Gate Truth Table
|-
|-
! Input One !! Input Two !! Output
! Input One !! Input Two !! Output

Revision as of 18:55, 6 February 2023

Time for the first level with an actual logic gate. This level asks you to figure out the behavior of the NAND gate.

NAND Gate Truth Table
Input One Input Two Output
False False True
False True True
True False True
True True False

As the truth table shows, a NAND gate returns true unless both inputs are true, then it returns false. so set the result accordingly and press the verify button.