vault backup: 2025-01-10 09:22:02
This commit is contained in:
		| @@ -6,4 +6,18 @@ A binary NOT gate has a single input, and inverts that input. | ||||
| ## Truth Table | ||||
| | $x$ | $y$ | | ||||
| | --- | --- | | ||||
| |     |     | | ||||
| | 0   | 1   | | ||||
| | 1   | 0   | | ||||
| ## Boolean Expression | ||||
| A NOT operation is mathematically expressed using a bar: | ||||
| $$ y = \bar{x} $$ | ||||
| # AND Gate | ||||
| An AND gate will only output a 1 if *both* inputs are a one. | ||||
|  | ||||
| ## Truth Table | ||||
| | $x_1$ | $x_2$ | $y$ | | ||||
| | ----- | ----- | --- | | ||||
| | 0     | 0     | 0   | | ||||
| | 0     | 1     | 0   | | ||||
| | 1     | 0     | 0   | | ||||
| | 1     | 1     | 1   | | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 arc
					arc