Computer Studies
Logic Gates & Boolean Algebra
A light turns ON when darkness is detected (sensor = 0). Which gate models this behaviour?
Explanation
This inverts the sensor input — when sensor is 0 (dark) the output is 1 (light ON). This is exactly what a NOT gate does.
Reference: Computer Studies Textbook
, Page 4