edited by
15,616 views
1 votes
1 votes
The minimum number of $2$-input $NAND$ gates required to implement the function $F = (x' + y')(z + w)$ is ______
edited by

8 Answers

0 votes
0 votes
Total 4 gates require as the expression can be minimized to( ((xy)'z)'((xy)'w)')'
0 votes
0 votes

NAND means we require AND-OR combination but the given expression is in OR-AND so complement the expression, hence one NAND gate for this,

now after complementing the expression becomes

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

=(xy)+(z'w')

this is of the form AND-OR realization and requires 3 gates.

Hence in all we require 4 NAND gates.

Correct if wrong.

0 votes
0 votes

Ans is 4

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

=(xy)c(z+w)       take (xy)c=P

=Pz + Pw

and Nand -nand reliazation is (And  Or ) reliazation

0 votes
0 votes
understood. First we have to convert it in suitable form for NAND gate and applying De Morgan law we can convert it .total 4 nos NAND gates will be required.

Related questions

4 votes
4 votes
2 answers
7
3 votes
3 votes
1 answer
8
h4kr asked Jan 21, 2023
278 views