Question:medium

Select correct truth table. 

Show Hint

Always simplify the Boolean expression first, then prepare the truth table for accuracy.
Updated On: Mar 25, 2026
Show Solution

The Correct Option is D

Solution and Explanation

Step 1: Simplification using Boolean algebra laws

From the given logic circuit, the output expression can be written as:

Y = (A · B) · A


Using De Morgan’s theorem:

(A · B) = A + B

Substituting,

Y = ( A + B ) · A


Applying distributive law:

Y = AA + AB

Since,

AA = 0

Therefore,

Y = AB


Step 2: Verification using Boolean conditions

The expression Y = AB is true only when:

  • A = 1
  • B = 0

For all other input combinations, the output is zero.


Step 3: Truth table verification 

ABY
000
010
101
110

Final Answer:

The given logic circuit represents the Boolean expression 
Y = AB
which corresponds to option (4).

Was this answer helpful?
0