answersLogoWhite

0


Best Answer

OR Gate

- Hemanth

The carry is generated only when 1 and 1 is added. So it should be AND gate and not OR. Maxim Tellis

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Carry in a half adder can be obtained using which gate?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the advantages of half and full adder circuit?

Do you mean :- how to get full adders by using half-adders? For this question refer following answer - A full-adder can be obtained by combining two half-adders and one or gate. Details on full-adder and half-adder can be referenced from following link http://www.fullchipdesign.com/fulladder.htm


Logic circuit forplementation of a full adder using decoder and 2 or gate?

Logic circuit forplementation of a full adder using decoder and 2 or gate? Read more:Logic_circuit_forplementation_of_a_full_adder_using_decoder_and_2_or_gate


Why do you design a full adder using OR gate?

You cannot design a full adder using only OR gates. You also need AND gates. Typically, this can be done with just NAND gates.


Half-Subtractor circuit using NOR gates?

By using 5 NOR gates, we can implements half-subtractor. The inputs for 1st NOR gate are A and B, for 2nd NOR gate inputs are the output of 1st NOR gate and A input, for 3rd NOR gate inputs are the output of 1st NOR gate and B input, for 4th NOR gate the inputs are gates 2 and 3, and for last gate input is the output of the 4th gate.


How many logic gates are needed to build the 4 bit carry-lookahead adder?

10 ANd and 4 Or gate..


A half-adder can be made from?

an AND gate and an X-OR gate


A half adder can be made from?

an AND gate and an X-OR gate


Design a full adder using decoder and other sutiable gate?

give pin number 7, 11, 13, 14 to a 4input nand gate. this is the sum.give pin number 7, 9, 10, 12 to another 4input nand gate.this is the carry...


How full adder convert to full subtractor?

simply by complementing x input before applying to and gate for generating carry


How is half adder implemented using null convention logic?

by using 4 NCL gates we can design or implement a half adder.gates used in half adder are TH12[1 GATE],TH22[1 GATE] and TH24COMP0 [2 GATES].this NCL have a concept of DUAL-RAIL.output we get for this are S0,S1,Cout0,Cout1.


How to draw the logic circuit for full adder using half adder?

asdfghjkl;' s-sum and c'-carry see for half adder s=a(xor)b and c'=ab for full adder s=a(xor)b(xor)c and c=ab+bc+ac or ab+c(a(xor)b) we can convert two half adder to full adder with help of and or gate. . . ! we got two half adder * for first half adder input is a and b therefore. . .s=a(xor)b and c'=ab * for second half adder input is a(xor)b and c therefore. . .s=a(xor)b(xor)c and c' is (a(xor)b)c note: now connect the c' of first half adder and second half adder to 'or' gate resulting is ab+c(a(xor)b)


How can you write a VHDL code for full adder using two half adders?

Since a fulladder can be obtained by using 2 halfadders & 1 OR gate.....so we have to call an halfadder program as well as an OR program......this can be implemented easily with the help of structural model rather than dataflow and behavoioural model