Question:

The values of \( Y \) and \( Z \) in the given logic circuit are:
 values of Y and Z in the given logic circuit

Show Hint

Analyze logic circuits gate by gate, from left to right, using truth tables of AND, OR, and NOT gates.
Updated On: May 17, 2025
  • \( Y = 1, Z = 1 \)
  • \( Y = 0, Z = 1 \)
  • \( Y = 1, Z = 0 \)
  • \( Y = 0, Z = 0 \)
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

Step-by-step logic gate analysis:
Inputs: - Top AND gate: \(1 \cdot 0 = 0\)
- Bottom OR gate: \(0 + 1 = 1\)
Middle OR gate: Inputs = (Output of AND = 0, Output of OR = 1) \[ 0 + 1 = 1 \] That goes to a NOT gate → Output = \(0\) Next AND gate: Inputs = (Output of AND = 0, Output of NOT = 0) \[ 0 \cdot 0 = 0 \Rightarrow Y = 1 \text{ (since connected to inverted NOT logic from input)} \] Final OR gate: Inputs = (Output from OR = 1, Output of previous AND = 0) \[ 1 + 0 = 1 \Rightarrow Z = 1 \]
Was this answer helpful?
0
0