Question
Physics Question on LCR Circuit
A logic circuit provides the output y as per the following truth table:
A | B | Y |
---|---|---|
0 | 0 | 1 |
0 | 1 | 0 |
1 | 0 | 1 |
1 | 1 | 0 |
The expression for the output Y is:
A
A.B+A
B
A.B+A
C
B
D
B
Answer
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. Thus, the Boolean expression for Y is B.