answersLogoWhite

0


Best Answer

You use the first HS with entries of x0 and y0 . then you get D0=X0 XOR Y0

and B0=X0 NOT*Y0.(*=AND)

Then you use the sacond HS with entries of D0(from the first HS) and B-1(borrow from the previous level). then you get D1=X0 XOR Y0 XOR B-1(exactly like D in FS)

and B1=D0 NOT*B-1.

Then you use the OR gate with entries B0(from the first HS) and B1(from the second HS) and you get B=B0 OR B-1 AND D0 NOT. If you check the options you can get their similar to the borrow of FS

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Implement full subtractor with two half subtractors and OR gate?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Full subtractor circuit using x-or gate?

To make a full subtractor, you need an XOR and a NAND gate.


What is a full subtractor?

A half-subtractor lets you borrow out, but not borrow in. A full subtractor is made by combining two half-subtractor and adding an OR-gate. (lets you both BOR_in as well)


How full adder convert to full subtractor?

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


What is the difference between half subtractor and full subtractor?

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


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.


What are three gates that are used to implement AOL logic?

AND gate, INVERTER gate and OR gate. Hope this would help.


What is The meaning of gate in full in shipping?

gate in full


What is the logic circuit for a full adder using only NAND gate?

by the procedure design a half subtractor design a logic ciruit to add two numbers with five bits each drawthe logic diagram of afull adder using using NAND gates only ?


What does Gate In Full mean?

Wants the meaning


What is the meaning of gate in full regarding shipping terminology?

gate in full


What is the conclusion of logic gate during seminar?

A logic gate is used to implement any digital logic. It may be AND, OR, XOR, NOT, XNOR, NAND, NOR. These logic gates can be used to implement the output equations of digital circuits in order to design them.


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.