answersLogoWhite

0


Best Answer

In AND gate , if through both the terminals minimum values were send then the output will be 0 . if either one of the input is maximum , then the output will be 0 , meanwhile if both the input were 1 then the output will be 1 .In OR gate , if both the input are 0 then the output will be 0, but if either the input is 1 then the output will be 1,when both the inputs are 1 then the output will be 1 .

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

9y ago

Truth table of 'OR' is 0 0 - 0 0 1 - 1 1 0 - 1 1 1 - 1 Truth table of "NOR" is 0 0 - 1 0 1 - 0 1 0 - 0 1 1 - 0 NOR is just opposite of OR as the name itself suggest NOR is the not of OR.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between OR gate and NOR gate?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Difference between Sr flip-flop nand gate and Sr flip-flop nor gate?

The nand gate variety of the SR flip-flop uses falsevalues to change state with, while the nor gate variety of the SR flip-flop uses true values to change state with.


Is there any similarity between NA ND gate and NOR gate in digital logic?

no


How can get and gate from nor gate?

an 2 input AND gate can be realize using 3 NOR gates.Let ,A and B are the input and x be the output.x=A.B= NOR(NOR(A) NOR(B))


What is the difference between an slide gate and a sluice gate valve?

The difference is that a sluice gate is made out of cast iron while a slide gate isn't.


What is an explanation of nor gate?

1. Explain NOR gate as Universal Gate A NOR gate is a simple OR gate with an inverter (NOT gate) at the output. NOR gates are considered Universal Gates because thay can be configured in a few different ways. Connecting the inputs on a NOR gate will result in a NOT gate (inverter). Connecting the above to the output of a NOR gate results in an OR gate.


What is the difference between gait and gate?

A gait is how you walk. A gate is like a door.


How to convert nor GATEto not gate?

This is made by joining the inputs of a NOR gate. As a NOR gate is equivalent to an OR gate leading to NOT gate, this automatically sees to the "OR" part of the NOR gate, eliminating it from consideration and leaving only the NOT part. Truth Table Input A Output Q 0 1 1 0


Why nand gate is preferred when compared to nor gate?

b'coz t mobility of electrons in NAND gate is 3 times higher than that of NOR gate


What is gate bubble?

NOR gate is equivalent to bubbled AND gate. -Nidhi Singh


What is bubbled AND gate?

NOR gate is equivalent to bubbled AND gate. -Nidhi Singh


How do you design a half-adder using NOR gate?

Use 4 NOR gates. For the 1st NOR gate, inputs should be x' and y For the 2nd NOR gate,inputs should be y' and x The outputs of NOR 1 and NOR 2 are taken as inputs of NOR gate 3 The output of NOR 3 is the complemented form of the output required, so, just complement the output of NOR gate 3 with another NOR gate and Viola!, you have your HALF ADDER OUTPUT PS:I have used a double rail logic, where both x:x' and y:y' are available


Any logical function can be implemented with only NOR gates?

Yes._____A----|_____NOR------QThis is an inverter. A NOR gate is an OR gate with an inverter on the end, so adding the above configuration after another NOR gate would give you an OR gate.__A----|__NOR---\__ NOR------QB----|__NOR---/This is an AND gate. By adding the inverter, you can get a NAND gate.A____|___|__NOR----------------\| | \| |___ NOR----QB __| |___NOR-----\ /|_____ NOR --/|_____NOR-----/By combining an AND gate, an OR gate, and a NAND gate, and canceling out a couple of inverters, you get this operator, which is a XOR gate.The formatting here is messed up, but if you go to the "improve answer" link, you can see the circuits.