Computer Sciences > GATE 2025 SET-2 > Karnaugh Maps
Given the following Karnaugh Map for a Boolean function F(w,x,y,z):
Which one or more of the following Boolean expression(s) represent(s) F?
A
w̅x̅y̅z̅+wx̅y̅z̅+w̅x̅yz̅+wx̅yz̅+xz
B
w̅x̅y̅z̅+w̅x̅yz̅+wx̅yz+xz
C
w̅x̅y̅z̅+wx̅y̅z̅+wx̅y̅z+xz
D
x̅z̅+xz

Correct : d

The correct answer is Option D - x̄z̄ + xz.
From the given K-Map for F(w, x, y, z), the key observation is that the function''s value depends only on variables x and z - the variables w and y don''t affect the output at all. This becomes clear when you group the 1s on the K-Map: the groups span all possible values of w and y, causing those variables to cancel out completely.
What remains is a function that is 1 whenever x and z have the same value - both 0 or both 1. This is exactly the XNOR of x and z:
F = x̄z̄ + xz (x XNOR z)
Option A, B, C all include extra minterms or incorrect terms involving w and y that don''t match the K-Map. They either cover 0-cells or fail to simplify into the cleanest groupings. All three are incorrect.
Option D is the fully minimized and correct expression - just two 2-literal terms, confirming the K-Map reduces entirely to an XNOR relationship between x and z.

Similar Questions

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
Which number does not belong in the series below? 2, 5, 10, 17, 26, 37, 50, 64
#4 MCQ
Choose the word that is opposite in meaning to the word “coherent”.
#5 MCQ

Related Topics

Karnaugh map GATE 2025 GATE CS 2025 Set-2 Q42 Boolean expression K-Map x̄z̄+xz XNOR 4-variable K-Map digital logic GATE K-Map grouping simplification Boolean function K-Map GATE XNOR Boolean expression GATE computer science 2025

Unique Visitor Count

Total Unique Visitors

Loading......