answersLogoWhite

0

  1. A 2 input NAND gate requires 4 NOR gates.
  2. A 3 input NAND gate requires 5 NOR gates.
  3. A 4 input NAND gate requires 6 NOR gates.
  4. etc.
User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Minimum number of nand gates required to implement a 2-input exclusiveor?

4


Minimum number of and gates required to form full and half adder?

9,to implement a half adder 5 nand gates and for a full adder,another xor gate is required consisting of 4 nand gates. thus a total of 9 nand gates are required for a full adder.


Minimum number of nand gates required to form full and half adder?

Check this link http://www.dumpt.com/img/viewer.php?file=bd6b3mqsa66fhr6c76l1.bmp


Minimum Number of NAND gates required to realize the function AB?

A&B = ((A&B)')' So two, it would go a - | ==NAND--=NAND-- b - | By using two NAND gates back-to-back, you can create a normal AND gate.


How many NAND gates required for Ex-OR?

4 as a minimum, but you can use more if you really want to.


How many NAND gates are required to obtain OR gate?

two nand gates


How many NAND gates are required to obtain AND operation?

by multiplying two NAND gates


Design full adder using only nor gates?

12 NOR gates are required to implement full adder


How many types of universal gates in physics?

There are 2 types of universal gates in physics: the NAND gate (combinations of NAND gates can produce any logic function) and the NOR gate (combinations of NOR gates can also produce any logic function). These gates are considered universal because they can be used to implement any logical function.


How many minimum number of nand gates are required to realize xor gates?

As such an OR gate should do the job...but if the question is of using gates other than the simple OR, it should be a combo of NOR and NOT gates; where-in, the NOT gate comes after the NOR gate. Factfully speaking: The output of a NOR gate when fed to a NOT gate shall give you an OR gate. cheers :) Anish Murthy Airpula, RF Design Engineer (F.A.E) Ceramic & Microwave Products Group, Dover Corporation Inc, United States of America


What is the minimum no of 2 inputs NAND gates used to perform function of 2 inputs OR gates?

ans. 3 nand gates resoon :- OR GATE :- x+y NAND GATE :- x'+y' LOGIC :-so the logic is is we apply NAND to the inputs x' and y' instead of xand y we would get x+y DESIGN PROCEDURE 1. for inverting the input x and y can be done by NAND gates , 2. take a NAND gate and pass both x in both the inputs it means x NAND x gives you x' 3. follow similar procedure for inverting y 4. and then all the outputs of those NAND gates as the inputs of another NAND gate


Define universal gate?

A universal gate is a logic gate that can be used to implement any logic function. The NAND gate and NOR gate are examples of universal gates because any other logic gate can be constructed using only NAND or only NOR gates.