Half Subtractor and Full Subtractor Experimaent 4: Lab Manual 3 Semester
Half Subtractor and Full Subtractor Experimaent 4: Lab Manual 3 Semester
EXPERIMAENT 4
HALF SUBTRACTOR AND FULL SUBTRACTOR
AIM:
To realize half subtractor and full subtractor using only NAND gates.
Apparatus Required:.
Page No .1
Department of Information & Communication Engineering
LAB MANUAL Digital Logic design 3rd Semester
A B S B
0 0 0 0
0 1 1 1
1 0 1 0
1 1 0 0
Page No .2
Department of Information & Communication Engineering
LAB MANUAL Digital Logic design 3rd Semester
A B Cn-1 D B
0 0 0 0 0
0 0 1 1 1
0 1 0 1 1
0 1 1 0 1
1 0 0 1 0
1 0 1 0 0
1 1 0 0 0
Conclusion:-
Assignment:-
1. Step-01: Identify the input and output variables- Input variables = A, B, Bin (either 0 or
1) ...
2. Step-02: Draw the truth table- Inputs. ...
3. Truth Table.
4. Step-03: Draw K-maps using the above truth table and determine the simplified
Boolean expressions- ...
5. Step-04: Draw the logic diagram.
If that same control input is also connected to the Cin input to the adder, then a '1' is added to
the inverted bits, which results in that input being converted to a 2's compliment-encoded
number. Thus, the adder is summing a positive number with a negative number, which is the
same as subtraction.
The full subtractor is a combinational circuit which is used to perform subtraction of three
input bits: the minuend, subtrahend, and borrow it . The full subtractor generates two output
bits: the difference and borrows out.
Page No .5
Department of Information & Communication Engineering