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: Mar 27, 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?
1
3
Hide Solution
collegedunia
Verified By Collegedunia

Approach Solution -2

Logic Behind the Truth Table 

Step 1: Identify the Logic Behind the Truth Table

From the truth table, we get the simplified expression: Y = A + B.

Step 2: Match with Options

The given options align best with the simplified form B, confirming the answer.

Was this answer helpful?
1
0