reopened by
2,221 views
0 votes
0 votes
Q) The sum of product (SOP) form of logic expression is most suitable for designing logic circuit using only

A.) AND gates

B.) NAND gates

C.) EX-OR gates

D.) NOR gates
reopened by

1 Answer

0 votes
0 votes

NAND and NOR are called universal gates because all the other gates like AND,OR,NOT,XOR and XNOR can be derived from it.

With either NOR or NAND we can design  any circuit. Means either POS or SOP  form of logic expression can be design by both NOR or NAND gate but here we are talking about most suitable(less gate required or we can say no extra Gate using ).

when you use SOP form, no.of NAND gates less compared to NOR

due to Sum of Products = AND ( 1st level ) - OR ( 2nd level ) realization = NAND - NAND

 

when you use POS form, no.of NOR gates less compared to NAND

due to Products of Sums = OR ( 1st level ) - AND ( 2nd level )  realization = NOR - NOR

so we can say

  • In SOP we have AND-OR so here we can replace it with NAND-NAND.
  • In POS we have OR-AND so here we can replace it with NOR--NOR.

for more details:- http://www.asic-world.com/digital/gates3.html

 

 

Related questions

0 votes
0 votes
1 answer
1
srestha asked May 15, 2019
1,916 views
$1)$ Master-Slave FF is designed to avoid race around condition$2)$ Master-Slave FF is used to store $2$ bit informationWhich of the following statement is correct?What i...
3 votes
3 votes
2 answers
2
srestha asked May 15, 2019
1,381 views
A $3\times 8$ decoder with $2$ enable inputs is used to address $8$ block of memory. What will be the size of each memory block when addressed from a $16$ bit bus with $...
1 votes
1 votes
0 answers
3