2,022 views

2 Answers

Best answer
7 votes
7 votes

By, Min value theorem we will select, F's only those combination which is giving one. And if the input for a variable is $0$ then we will take it as $\bar{V}$ else if it $1$ then we will just take it as $V$. 

Now in above problem, F has two one, hence in expression, it will have two minterms,

$ F = \bar{A} \bar{B} C + A \bar{B} C $

$ F = \bar{B} C ( \bar{A} + A ) $

$ F = \bar{B} C $

Now to implement $ \bar{B} C $ we need one NOT and one AND gates. 

Now Since its asking about Universal Gates, We have to implement it by using NAND or NOR Gates only. 

NAND Gates: With Nand gate, we need one NAND for NOT and 2 NAND for AND hence total requirement is 3 NAND Gates.

NOR Gates: With Nor gate, we need one NOR for NOT and 3 NOR for AND  hence Total requirement is 4 NOR Gates. 

selected by
3 votes
3 votes

B'C can be implemented using 3 NAND gate and  2 NOR gates 

(C'+B)'=B'C    1 NOR gate

and for C' we required 1 NOR gate 

hence 2  NOR gate

Related questions

0 votes
0 votes
0 answers
1
deba1014 asked Apr 12
55 views
What is the maximum n-bit number in base x ,when represented in decimal(10)?
0 votes
0 votes
2 answers
3
rajveer43 asked Jan 12
199 views
The number of full and half-adders required to add $32$-bit numbers is______________________
0 votes
0 votes
0 answers
4
Redcom1988 asked Dec 23, 2023
196 views
Design a counter according to the state diagram above using only NAND gates and JK Flip-flops (if needed) complete with state tables