Component/NAND: Difference between revisions

From Turing Complete
(Created page with "{{Infobox component | component = NAND | bit-width = 1 | type = 1bit | prerequisite = NAND Gate }} The first gate which is unlocked in the second level and forms the basis for the rest of the game. {| {{Truthtable}} |+ NAND Gate Truth Table |- ! Input One !! Input Two !! Output |- | {{Off}}|| {{Off}}|| {{On}} |- | {{Off}}|| {{On}}|| {{On}} |- | {{On}}|| {{Off}}|| {{On}} |- | {{On}}|| {{On}}|| {{Off}} |}")
 
(Merge some text from 1-bit_Nand)
 
Line 7: Line 7:


The first gate which is unlocked in the second level and forms the basis for the rest of the game.
The first gate which is unlocked in the second level and forms the basis for the rest of the game.
The 1-bit Nand gate does the opposite of what an AND gate does.  The N-prefix of NAND implies NOT, therefore this is a NOT AND gate.  It always outputs {{On}}, unless both Inputs are {{On}}.


{| {{Truthtable}}
{| {{Truthtable}}

Latest revision as of 03:00, 27 August 2024

NAND
Width 1
Type 1bit
Unlocked by NAND Gate

The first gate which is unlocked in the second level and forms the basis for the rest of the game.

The 1-bit Nand gate does the opposite of what an AND gate does. The N-prefix of NAND implies NOT, therefore this is a NOT AND gate. It always outputs , unless both Inputs are .

NAND Gate Truth Table
Input One Input Two Output