retagged by
30,520 views
38 votes
38 votes
What is the minimum number of $2$-input NOR gates required to implement a $4$ -variable function expressed in sum-of-minterms form as $f=\Sigma(0,2,5,7, 8, 10, 13, 15)?$ Assume that all the inputs and their complements are available. Answer: _______
retagged by

11 Answers

1 votes
1 votes

K-Map for given minterms $\sum(0,2,5,7,8,10,13,15)$ is:

$f$= $bd+b'd'= (bd+b')(bd+d')=(b'+d)(b+d')$

It is given that inputs and their compliments are available, following is the implementation of $f$ using three $2$ input NOR gate:

Hence 3 is the correct answer

0 votes
0 votes

Answer is 3, just use de moragan' s law in this question. 

Answer:

Related questions

44 votes
44 votes
7 answers
1
go_editor asked Feb 15, 2015
18,482 views
The total number of prime implicants of the function $f(w, x, y, z) = \sum (0, 2, 4, 5, 6, 10)$ is __________
15 votes
15 votes
4 answers
2
Arjun asked Feb 12, 2020
8,069 views
Consider the Boolean function $z(a,b,c)$. Which one of the following minterm lists represents the circuit given above?$z=\sum (0,1,3,7)$$z=\sum (1,4,5,6,7)$$z=\sum (2,4,5...
35 votes
35 votes
9 answers
3