in GATE retagged by
1,315 views
10 votes
10 votes
The number of $NAND$ gates are required to realize the following function $f$ given below is ________.
 $f = AB + BC + CD + ..... + YZ$

Assume that it is Multi input $NAND$ Gate.
in GATE retagged by
by
1.3k views

5 Answers

7 votes
7 votes
Best answer
There are 25 minterms in the SOP.  Number of NAND gates = Number of minterms + 1 = 25+1=26.
selected by

4 Comments

yes for sure, multi input nand gate is used.
1
1

hope it helps!!!

11
11
correct!
1
1
5 votes
5 votes
AB+BC+AC=((AB)'(BC)'(AC)')'

(A+B)(A+C)(B+C)=((A+B)'+(A+C)'+(B+C)')'

 

Number of NAND gates = Number of minterms + 1 = 25+1=26.

2 Comments

ab+bc+cd should be there na?? why ab+bc+ac?

plz elaborate the soln
0
0
I took a random example .. not the exact terms present in the qs..
0
0
2 votes
2 votes
AND-OR realization is equal to NAND-NAND realization. So total AND and OR is (25 + 1) = 26 NAND gate needed.
1 vote
1 vote
  • (SOP) AND-OR realisation $\equiv$ NAND-NAND realisation
     
  • (POS) OR-AND realisation $\equiv$ NOR-NOR realisation

See this: https://www.electrical4u.com/electrical-mcq.php?subject=digital-electronics&page=18

http://www.ece.ualberta.ca/~lkurgan/EE280/SN-15.pdf


AB, BC, CD...YZ require $25$ 2-input AND gates.

Then, we can OR all of them with a $single$ 25-input OR gate.

 

This is equivalent to using NAND gates of the exact same pattern. We will need $25$ 2-input NAND gates, and $1$ 25-input NAND gate.

So, 26 NAND gates.


See the image provided in Akash Dinkar's comment for clarity.

Answer:
Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true

64.3k questions

77.9k answers

244k comments

80.0k users