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: Feb 20, 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

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 = $\overline{B}$. Thus, the Boolean expression for Y is $\overline{B}$.

Was this answer helpful?
0
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?
0
0

Questions Asked in NEET exam

View More Questions