Question:

A logic circuit provides the output y as per the following truth table:
ABY
001
010
101
11

The expression for the output Y is:

Updated On: Jun 22, 2025
  • \(A.B+\overline A\)
  • \(A.\overline B+\overline A\)
  • \(\overline B\)
  • \(B\)
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Approach Solution - 1

To find the expression for the output Y, we analyze the truth table:

ABY
001
010
101
110

We look for the rows where Y is 1:

- When A=0 and B=0, Y=1.
- When A=1 and B=0, Y=1.

From the first row, we have A'B' (where A' and B' represent the complements of A and B, respectively).

From the third row, we have AB'.

Therefore, the expression for Y is the sum of these two terms:

Y = A'B' + AB'

We can simplify this expression:

Y = B'(A' + A)

Since A' + A = 1, we have:

Y = B' * 1

Y = B'

So, the expression for the output Y is B'.

Final Answer:

B'

Was this answer helpful?
4
3
Hide Solution
collegedunia
Verified By Collegedunia

Approach Solution -2

The truth table provided gives the values for \(A\), \(B\), and \(Y\). To find the expression for \(Y\), consider the outputs:
ABY
001
010
101
110

The output \(Y\) is 1 for the combinations where \(B=0\) (either \(A=0, B=0\) or \(A=1, B=0\)). This indicates the condition \(Y = \overline{B}\). Therefore, the correct expression for the output based on the truth table is \(\overline{B}\), which matches the option \(\overline{B}\).
Was this answer helpful?
3
0

Questions Asked in NEET exam

View More Questions