Question:medium

The value of \(Q\) in the given digital circuit is

Show Hint

Useful Boolean identities: \[ A+A.B=A, \] \[ A(A+B)=A, \] \[ (A+B)C=AC+BC. \] Always evaluate a digital circuit gate-by-gate from inputs to output.
Updated On: Jul 29, 2026
  • \[ Q=A+B+B.C(B+C) \]
  • \[ Q=A.B+B.C(B+C) \]
  • \[ Q=A+B+B.C(B.C) \]
  • \[ Q=A.B+\overline{B}\,\overline{C}(B+C) \]
Show Solution

The Correct Option is B

Solution and Explanation

Was this answer helpful?
0