Q
Easy 1 Mark
Computer Studies Logic Gates & Boolean Algebra
For a NOT gate with input A=1 what is the output?
Explanation
The NOT gate inverts its input. If input A=1 then output = 0. If input A=0 then output = 1.
Reference: Computer Studies Textbook , Page 4
Hint
NOT means opposite — flip the input value.