Component/NOT: Difference between revisions

From Turing Complete
(Added basic definition)
 
(Added infobox and truth table)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This is used to change the state of a bit to its opposite state.  For example, it will take a 1 (ON) and make it a 0 (OFF), and vice versa.
{{Infobox component
| bit-width    = 1
| type        = 1bit
| prerequisite = NOT Gate
}}
 
This is used to change the state of a bit to its opposite state.  For example, it will take a '''1''' or {{On}} and make it a '''0''' {{Off}}, and vice versa.
 
 
{| {{Truthtable}}
|+ NOT Gate Truth Table
|-
! Input !! Output
|-
| {{Off t}}|| {{On t}}
|-
| {{On t}}|| {{Off t}}
|}

Latest revision as of 03:47, 27 August 2024

NOT
File:Component NOT.png
Width 1
Type 1bit
Unlocked by NOT Gate

This is used to change the state of a bit to its opposite state. For example, it will take a 1 or and make it a 0 , and vice versa.


NOT Gate Truth Table
Input Output
0 1
1 0