Computer Studies
Logic Gates & Boolean Algebra
An alarm activates if EITHER a door sensor OR a window sensor detects movement. Which gate models this?
Explanation
This scenario activates on ANY one true condition — exactly what an OR gate does. Output is 1 if at least one input is 1.
Reference: Computer Studies Textbook
, Page 3