In a NOT logic table (negation), there is only one input, and the output is the inversion (negation) of that input.
The possible rows for a NOT logic table are:
- If input = 0, then output = 1
- If input = 1, then output = 0
Based on this, the valid row for a NOT logic table is:
- input: 1, output: 0
The other rows you listed do not correctly represent the NOT operation.