How many input lines are there in the NOT gate ?
2
1
3
4
Answer is Right!
Answer is Wrong!
This question was previously asked in
UPSC CISF-AC-EXE – 2022
A NOT gate, also known as an inverter, is a basic digital logic gate that performs logical negation. It takes a single binary input and produces an output that is the opposite logic level (0 becomes 1, and 1 becomes 0). Therefore, it has exactly one input line.
The NOT gate is a unary operation, meaning it operates on a single input.