Minimization PYQ QUIZ GATE CS

Last Updated :
Discuss
Comments

Question 1

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"

GATECS2009Q45
  • (11, 9)

  • (9, 13)

  • (9, 10)

  • (11, 11)

Question 2

Minimum sum of product expression for f(w, x, y, z) shown in Karnaugh-map below is  

yz\\wx00011110
000110
01x001
11x001
10011x
  • xz + y'z

  • xz' + zx'

  • x'y + zx'

  • None of these

Question 3

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

Question 4

Which function does NOT implement the Karnaugh map given below?

GATECS200034
  • (w+x)y

  • xy +yw

  • (W + X)(W' + Y)(X' +Y )

  • None of the above

Question 5

The number of min-terms after minimizing the following Boolean expression is _________.

      [Dβ€² + ABβ€² + Aβ€²C + ACβ€²D + Aβ€²Cβ€²D]β€²
  • 1

  • 2

  • 3

  • 4

Question 6

Which one of the following circuits implements the Boolean function given below?

f(x,y,z) = m0 + m1 + m3 + m4 + m5 + m6 

where mi is the ith minterm.

circuit diagram
  • A

  • B

  • C

  • D

Question 7

Consider the Karnaugh map given below, where X represents β€œ don’t care” and blank represents 0.

g_set1_q18 

Assume for all inputs (a, c, d) the respective complements (a', b', c', d')are also available. The above logic is implemented 2-input NOR gates only. The minimum number of gates required is ____________. Note: This questions appeared as Numerical Answer Type.

  • 1

  • 2

  • 3

  • 4

Question 8

Consider three 4-variable functions f1, f2 and f3, which are expressed in sum-of-minterms

f1 = Ξ£(0, 2, 5, 8, 14)
f2 = Ξ£(2, 3, 6, 8, 14, 15)
f3 = Ξ£(2, 7, 11, 14)

For the following circuit with one AND gate and one XOR gate, the output function f can be expressed as:

13
  • Ξ£(7, 8, 11)

  • Ξ£(2, 14)

  • Ξ£(0, 2, 3, 5, 6, 7, 8, 11, 14)

  • Ξ£(2, 7, 8, 11, 14)

Question 9

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)? Assume that all the inputs and their complements are available. Answer ________ .



Note: This was Numerical Type question.

  • 3

  • 4

  • 5

  • 6

Question 10

Given the following Karnaugh Map for a Boolean function 𝐹(𝑀, π‘₯, 𝑦, 𝑧):

K-Map
Figure


Which one or more of the following Boolean expression(s) represent(s) 𝐹?

  • 𝑀̅π‘₯̅𝑦̅𝑧̅+ 𝑀π‘₯̅𝑦̅𝑧̅+ 𝑀̅π‘₯̅𝑦𝑧̅+ 𝑀π‘₯̅𝑦𝑧̅+ π‘₯𝑧

  • 𝑀̅π‘₯̅𝑦̅𝑧̅+ 𝑀̅π‘₯̅𝑦𝑧̅+ 𝑀π‘₯̅𝑦𝑧 +π‘₯z

  • 𝑀̅π‘₯̅𝑦̅𝑧̅+ 𝑀π‘₯̅𝑦̅𝑧̅+ 𝑀π‘₯̅𝑦̅𝑧 + π‘₯z

  • π‘₯̅𝑧̅+ π‘₯z

There are 11 questions to complete.

Take a part in the ongoing discussion