edited by
723 views
0 votes
0 votes
What is the minimum number of 2 input NOR gates required to realise:

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

Case 1- Compliments of A,B,C are not available

Case 2- Compliments of A,B,C are available
edited by

1 Answer

3 votes
3 votes

 

Here, points to remember are:

1.a)For NOR gates, OR-AND logic is suitable to construct with.

1.b)For NAND gates, AND-OR logic is suitable to construct with. 

So, don't try to construct the circuit directly, better start with above points to avoid errors.

2.Bubbling is just like 44 = -(-44), which is next step after starting with point 1.Here, bubble means putting a NOT gate, you all know.

3.Replace the bubbled gates with NOR or NAND accordingly.

Bubbled AND = NOR, Bubbled OR = NAND.  

So, With compliments: 6 NOR gates, Without Compliments: 9 NOR are needed in our question.

Related questions

0 votes
0 votes
1 answer
1
yg92 asked Feb 12, 2017
484 views
Could somone pls confirm what is the ans for min NOR gates and min number of Registers?Also what was the marks distribution for Memory Leal/Malloc DS question?
0 votes
0 votes
0 answers
2
Parshu gate asked Dec 6, 2017
610 views
0 votes
0 votes
0 answers
3
Sambit Kumar asked Aug 31, 2017
310 views
Consider the Boolean function f(A, B, C, D) = ∏(0, 1, 2, 4, 5, 6, 8, 10). Determine the minimum number of NOR gates required to implement the function f. Assume both pr...
0 votes
0 votes
0 answers
4