Found 1 Articles for Full Subtractor

Realization of a Full Subtractor using NAND gate

Manish Kumar Saini
Updated on 26-Dec-2022 18:30:18

21K+ Views

In digital electronics, a subtractor is a combinational logic circuit that performs the subtraction of two binary numbers. However, the subtraction of binary number can be performed using adder circuits by taking 1s or 2s compliments. But, we may also realize a dedicate circuit to perform the subtraction of two binary numbers. In the subtraction of two binary numbers, each subtrahend bit of the number is subtracted from its corresponding significant minuend bit to form a difference bit. During the subtraction, if the minuend bit is smaller than the subtrahend bit, then a 1 is borrowed from the next position. ... Read More

1
Advertisements