408 views

3 Answers

1 votes
1 votes
Answer : C.
We can use the Kornaugh map as the it is the sum of Product of terms
(4,5,6,7,12,13,14,15) so it came out to be = X.
1 votes
1 votes
F = w'x(z' + y'z) + x(w + w'yz)

  = w'x(z' + y')(z' + z) + x(w +w')(w + yz)

  = w'x(z' + y') + x(w + yz)

  = x(w'z' + w'y' + w + yz)

  = x((w +w')(w + z') + w'y' + yz)

  = x(w + z' + w'y' +yz)

  = x((w + w')(w + y') + (z' +y)(z' + z))

  = x(w + y' + z' + y)

  = x(w + z' + 1)

  = x*1

  = x
0 votes
0 votes

Answer : C

Convert expression into minterms : m(8,9,10,12,13,15) and using k map Final expression is X.

k map expression is 

 = XW' + XYZ + XY'Z'

 = XW' + X

= X 

Answer:

Related questions

0 votes
0 votes
1 answer
1
Bikram asked Sep 20, 2016
364 views
Which of the following is equivalent expression to $A \oplus B \oplus C$ :$(A+B+C)(\bar A+\bar B+\bar C ) $$( A+B+C) (\bar A +\bar B +C)$$ABC + \bar A(B \oplus C ) + \bar...
0 votes
0 votes
1 answer
2
0 votes
0 votes
0 answers
3
Bikram asked Sep 20, 2016
138 views
Latches constructed with NOR and NAND gates tend to remain in the latched condition due to which configuration feature?cross couplinggate impedancelow input voltagesasync...
0 votes
0 votes
2 answers
4
Bikram asked Sep 20, 2016
261 views
The minimum number of gates required to implement the Boolean function $(AB+C)$ if we have to use only 2-input NOR gate?