Computer Sciences > GATE 2025 SET-2 > Logic Gates
Consider the following logic circuit diagram.
Which is/are the CORRECT option(s) for the output function F?
A
X Y̅
B
X̅ + Y̅ + X Y̅
C
X̅ Y̅ + X̅ + X Y̅
D
X + Y̅

Correct : a

The correct answer is Option A - XȲ.
The logic circuit produces an output F that is 1 only when X = 1 and Y = 0. Tracing the circuit through its gates gives F = X · Ȳ - X AND (NOT Y).
Let''s verify using a truth table:
X=0, Y=0: XȲ = 0·1 = 0
X=0, Y=1: XȲ = 0·0 = 0
X=1, Y=0: XȲ = 1·1 = 1
X=1, Y=1: XȲ = 1·0 = 0
Now check the other options against this truth table:
Option B - X̄ + Ȳ + XȲ: By absorption, XȲ is redundant under Ȳ, giving X̄ + Ȳ. This is 1 for (0,0), (0,1), (1,0) — three rows, not just one. Incorrect.
Option C - X̄Ȳ + X̄ + XȲ: Simplifies to X̄ + XȲ = X̄ + Ȳ. Same as B - too many 1s. Incorrect.
Option D - X + Ȳ: This is 1 for (1,0), (1,1), (0,0) — again too broad. Incorrect.
Only Option A matches the circuit output exactly.

Similar Questions

Let, x1⊕x2⊕x3⊕x4= 0 where x1, x2, x3, x4 are Boolean variables, and ⊕ is the XOR operator. Which one of the following must always be TRUE ?
#110 MCQ
What is the minimum number of 2-input NOR gates required to implement 4-variable function expressed in sum-of-minterms from as f = Σ(0, 2, 5, 7, 8, 10, 13, 15)?...
#614 Fill in the Blanks
A palindrome is a word that reads the same forwards and backwards. In a game of words, a player has the following two plates painted with letters. From...
#1 MCQ

Related Topics

logic circuit output GATE 2025 GATE CS 2025 Set-2 Q31 Boolean function logic circuit output function F XY bar digital logic GATE logic gate Boolean expression truth table verification GATE Boolean simplification GATE

Unique Visitor Count

Total Unique Visitors

Loading......