Lab 3 DLD
Lab 3 DLD
03 HALF ADDER AND FULL ADDER DIGITAL LOGIC DESIGN LAB MANUAL
EXPARIMENT No. :3
OBJECTIVE:
To realize half adder and full adder using AND & X-OR gates.
EQUIPMENT REQURIED:
IC trainers, power supply, connecting wires.
COURSE OF ACTION:
1. Verify the gates.
2. Make the connections as per the circuit diagram.
3. Switch on VCC and apply various combinations of input according
to the truth table.
4. Note down the output readings for half adder and full adder sum/carry
bit for different combinations of inputs.
HALF-ADDER:
Department of Information and Communication Engineering 1|Page
EXPERMENT NO. 03 HALF ADDER AND FULL ADDER DIGITAL LOGIC DESIGN LAB MANUAL
(2-bit value)
Truth table
Expression:
Carry = x y
Circuit diagram:
FULL-ADDER
Truth table
Input (X) Input (Y) Input (Z) Output Carry
(sum)
0 0 0 0 0
0 0 1 1 0
0 1 0 1 0
0 1 1 0 1
1 0 0 1 0
1 0 1 0 0
1 1 0 0 1
1 1 1 1 1
Expression:
Sum = z(x' y + x y') '+ z'(x' y + x y')
Carry = z(x' y + x y') + x y
Circuit diagram:
Arithmetic Logical
Arithmetic operators perform their Logical operators compare two
actions on numbers. Assignment values and, based on whether the
operators assign values to comparison is true (or false),
variables. return either a “true” or “false.”
A: