K-Map
Question 1 |
What is the equivalent Boolean expression in product-of-sums form for the Karnaugh map given below.

![]() | |
![]() | |
![]() | |
![]() | |
None of the above |

Question 2 |
Let f(x, y, z) = x' + y'x + xz be a switching function. Which one of the following is valid?
![]() | |
xz is a minterm of f | |
xz is an implicant of f | |
y is a prime implicant of f |
Question 3 |
Consider the Karnaugh map given below, where X represents “don’t care” and blank represents 0.

Assume for all inputs
, the respective complements
are also available. The above logic is implemented using 2-input NOR gates only. The minimum number of gates required is _________.
1 | |
2 | |
3 | |
4 |
As all variables and their complements are available we can implement the function with only one NOR Gate.
Question 4 |
The function represented by the Karnaugh map given below is:

A⋅B | |
AB+BC+CA | |
![]() | |
None of the above |

Question 5 |

![]() | |
![]() | |
![]() | |
![]() |

⇒ CD+AD = D(A+C)
Question 6 |
Which function does NOT implement the Karnaugh map given below?

(w + x)y | |
xy + yw | |
![]() | |
None of the above |

⇒ wy + wz + xy
Question 7 |
Given the following Karnaugh map, which one of the following represents the minimal Sum-Of-Products of the map?

xy+y'z | |
wx'y'+xy+xz | |
w'x+y'z+xy | |
xz+y |

⇒ y'z + xy
Question 8 |
Minimum sum of product expression for f(w,x,y,z) shown in Karnaugh-map below is

xz+y'z | |
xz'+zx' | |
x'y+zx' | |
None of the above |

⇒ xz' + zx'
Question 9 |
The literal count of a boolean expression is the sum of the number of times each literal appears in the expression. For example, the literal count of (xy + xz') is 4. What are the minimum possible literal counts of the product-of-sum and sum-of-product representations respectively of the function given by the following Karnaugh map ? Here, X denotes "don't care"

(11, 9) | |
(9, 13) | |
(9, 10) | |
(11, 11) |

⇒ w'y' + z'wx' + xyz'
Total 8 literals are there.
For POS,

⇒ (z' + w')(z' + y')(w' + x')(x + z + w)
Total 9 literals are there.
Question 10 |
Which are the essential prime implicants of the following Boolean function?
f(a,b,c) = aȼc + acȼ + bȼc
aȼc and acȼ | |
aȼc and bȼc | |
aȼc only | |
acȼ and bcȼ |

There are two EPI,
A'C and AC'.











