Question:

The correct truth table for the following logic circuit is :
logic circuit

Updated On: Nov 1, 2025
  • Truth table 1
  • truth table 2
  • Truth table 3
  • Truth table 4
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Approach Solution - 1

The circuit consists of an AND gate, a NOT gate, and an OR gate. The output \(Y\) is determined as follows:

logic circuit
  1. The output of the AND gate is \(A \cdot B\).
  2. The output of the NOT gate is \(\overline{A \cdot B}\).
  3. The output \(Y\) is the OR of \(\overline{A \cdot B}\) and \(B\):

\[ Y = \overline{A \cdot B} + B \]

Step-by-Step Evaluation of Truth Table:

ABA · BA · BY = A · B + B
00011
01011
10011
11101

Thus, the correct truth table is represented in Option (2).

Was this answer helpful?
1
0
Hide Solution
collegedunia
Verified By Collegedunia

Approach Solution -2

To determine the correct truth table for the given logic circuit, we need to analyze the circuit step by step. The circuit consists of an OR gate followed by a NOT gate and then an AND gate. Let's go through each component:

  1. The inputs to the circuit are A and B.
  2. The first gate is an OR gate. The output of the OR gate (\(Z\)) is given by: \(Z = A + B\) where \(+\) represents the OR operation.
  3. The output of the OR gate is then passed through a NOT gate, producing: \(\overline{Z} = \overline{A + B}\) where \(\overline{}\) denotes the NOT operation.
  4. The final gate is an AND gate that takes inputs from the output of the NOT gate and the original input \(B\). The final output (\(Y\)) is: \(Y = \overline{Z} \cdot B = \overline{A + B} \cdot B\)

Now, let's create a truth table for the circuit:

ABZ = A + B\(\overline{Z}\)Y = \(\overline{Z} \cdot B\)
00010
01100
10100
11100

Based on this analysis, the correct truth table is depicted in the following image:

This matches the correct truth table for the given logic circuit.

Was this answer helpful?
1
0