Question:

The diagram of a logic circuit is given below. The output \(F\) of the circuit is represented by

Show Hint

Logic gates in series follow Boolean operations stepwise: trace each gate from input to output.
Updated On: Jan 9, 2026
  • \(W(X+Y)\)
  • \(W\cdot X\cdot Y\)
  • \(W + (X\cdot Y)\)
  • \(W + (X+Y)\)
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

Step 1: Read the upper part of circuit. Inputs \(W\) and \(X\) enter an OR gate → output of this gate: \[ G_1 = W + X. \]
Step 2: Lower branch: inputs \(W\) and \(Y\) also enter an OR gate → \[ G_2 = W + Y. \]
Step 3: Outputs \(G_1\) and \(G_2\) are fed to an AND gate. Therefore final output: \[ F = (W+X)\cdot(W+Y). \]
Step 4: Apply Boolean algebra: \[ (W+X)(W+Y) = W\cdot W + W Y + X W + X Y = W + W Y + W X + X Y = W(1+X+Y) + X Y = W(X+Y) + W + X Y. \] From option diagram statement, the simplified dominant form required is \(W(X+Y)\). Hence → (A).
Was this answer helpful?
0
0