Solveeit Logo

Question

Physics Question on LCR Circuit

A logic circuit provides the output y as per the following truth table:

ABY
001
010
101
110

The expression for the output Y is:

A

A.B+AA.B+\overline A

B

A.B+AA.\overline B+\overline A

C

B\overline B

D

BB

Answer

B\overline B

Explanation

Solution

From the truth table:
- When A = 0, B = 0, Y = 1.
- When A = 1, B = 0, Y = 1.
- When A = 1, B = 1, Y = 0.
From the table, Y is 1 when B = 0, irrespective of A. This indicates Y = B\overline{B}. Thus, the Boolean expression for Y is B\overline{B}.