Multiple choice Which of the following logical operations represents the working of stair-case switch? Exclusive- OR Exclusive - NOR OR NOR Reveal answer Fill a bubble to check yourself A Correct answer Explanation A staircase switch uses two switches to control one light - either switch can toggle the light. XOR gives 1 when inputs differ (one switch on, one off) and 0 when inputs are same (both on or both off), matching the staircase switching logic.