Question:medium

If p : switch $S_1$ is closed, q : switch $S_2$ is closed then correct interpretation from the following circuit is

Show Hint

Parallel connections use $\vee$ (OR); Series connections use $\wedge$ (AND).
Updated On: Apr 30, 2026
  • The lamp is always on
  • The lamp is always off
  • Symbolic form is $p \vee (\sim p \wedge \sim q) \vee q$
  • is equivalent to $p \vee q$
Show Solution

The Correct Option is A

Solution and Explanation

Was this answer helpful?
0