in Digital Logic edited by
736 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
in Digital Logic edited by
736 views

7 Comments

Input size$?$
0
0
Since arity is not given I am taking it greater than equal to 2, then I am getting 5 NOR GATES. And if arity is 2 then it should be 7 NOR Gates.
0
0
Sorry for incomplete question, I have added arity, 2 input nor gates we need.
0
0
If compliments are available with 2 arity nor gates,then 4 NOR gates are needed.
0
0
case 1.- > 9

((AB+BC)''+AC)'
0
0

@raahul can you show how you have simplified and got 4 gates?

0
0

please correct ...i made a misake. Acc. to me 6.

0
0

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.