Negation
Classification | Images |
---|---|
Name: Negation Symbol: NOT X |
Appearance: |
*Group: Logical operators CannyLab version: from 0.6b |
Icon: |
Inputs |
Input | Value |
---|---|
Value : | Logical |
Outputs |
Output | Value |
---|---|
Result: | Logical |
General description
In other words, the output will be:
- “1” if and only if the input is “0”,
- “0” if and only if the input is “1”.
Thus, Truth table operation is as followed:
Value | Result |
---|---|
0 | 1 |
1 | 0 |
Features
Using ‘Negation’ is equivalent to the use of logic inversion to the value of any functional block input or output.
Examples
Example 1:
Example 2: