answersLogoWhite

0

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

User Avatar

Wiki User

14y ago

Still curious? Ask our experts.

Chat with our AI personalities

ProfessorProfessor
I will give you the most educated answer.
Chat with Professor
BlakeBlake
As your older brother, I've been where you are—maybe not exactly, but close enough.
Chat with Blake
RossRoss
Every question is just a happy little opportunity.
Chat with Ross
More answers

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))

User Avatar

Wiki User

13y ago
User Avatar

If you tie the two inputs on a NOR gate together and use that as a single input, you will create a simple NOT gate.

User Avatar

Wiki User

15y ago
User Avatar

Short the two inputs of the NAND gate, so that only one input is needed. Now apply the desired input ie '0' or '1'. The output will be of a NOT gate.

User Avatar

Wiki User

12y ago
User Avatar

tie one input of the XOR gate high.

User Avatar

Wiki User

15y ago
User Avatar

amb nii...

User Avatar

Wiki User

13y ago
User Avatar

Add your answer:

Earn +20 pts
Q: How do you design a half-adder using NOR gate?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is universal logic gate?

universal logic gate is a gate using which you can make all the logic gates there are two such gates NOR gate and NAND gate


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.


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


How many two input NAND gates are required to implement a four input NAND gates?

NOR gate = not(A or B) = A nor BAND gate = A and BAND gate = not(not A or not B)AND gate = not(not(A or A) or not(B or B))AND gate = (A nor A) nor (B nor B)Therefore using 2 input NORs to make a 2 input AND you need three NORs. If you wanted something different (e.g. a 5 input AND) the above proof can be modified appropriately to get your answer.


How you design NOR gate using 2 1 mux?

If you want to have output z = A NOR B. Make select line of 2X1 MUX = A. Now, the first i/p line (corresponding to A =0) = B ' BAR tthe second i/p line (corresponding to A=1) = 0.