Question:medium

The correct truth table for the given input data of the following logic gate is:

Show Hint

Always simplify complex logic circuits by writing Boolean expressions and applying De Morgan’s laws to verify truth tables efficiently.
Updated On: Apr 2, 2026
  • A
  • B
  • C
  • D
Show Solution

The Correct Option is D

Solution and Explanation

To solve this problem, we need to determine the truth table for the given logic gate configuration. The circuit involves a combination of NOT, AND, OR, and NAND gates.

Step-by-Step Solution: 

  1. Inputs: The circuit takes four inputs: A, B, C, and D.
  2. Logic Gates: Based on the circuit:
    • The NOT gate inverts inputs A and B, resulting in \(\overline{A}\) and \(\overline{B}\).
    • The OR gate combines C and D, giving \(C + D\).
    • The AND gate takes \(\overline{A}\) and \(\overline{B}\), giving \(\overline{A} \cdot \overline{B}\).
    • A NOT gate inverts the AND gate output: \(\overline{\overline{A} \cdot \overline{B}}\).
    • NAND gate combines the output of the OR and the NOT gates from the previous sub-step.
  3. Final Output: The output Y is derived based on the logic of the gates.

Evaluation of the Given Options:

  1. By evaluating each possibility based on the logic described, we can determine what Y should be for each combination of A, B, C, and D.
ABCDY
11010
00111
10101
11111

The correct truth table is option D as it matches the derived outputs based on the described logic.

Was this answer helpful?
0