Digital Logic Design Lab Manual Experiment 6
Digital Logic Design Lab Manual Experiment 6
2 Problem Analysis
Digital computers perform a variety of information processing tasks. Among the basic tasks encountered are
the various arithmetic operations. The most basic arithmetic operation is the addition of two binary digits.
An adder is a digital logic circuit in electronics that is extensively used for the addition of numbers. Simple
addition consist of 4 possible operations, they are 0 + 0 = 0, 0 + 1 = 1, 1 + 0 = 1, 1 + 1 = 1 and 1 + 1 = 10.
So, coming to the scenario of half adder, it adds two binary digits where the input bits are termed as augend
and addend and the result will be two outputs one is the sum and the other is carry. To perform the sum
operation, XOR is applied to both the inputs, and AND gate is applied to both inputs to produce carry. The
block diagram of Half Adder is shown in the following figure 1. The Truth table of Half Adder is shown in table
1.
From Truth table 1, we can directly write the Boolean functions for each output,
SU M = A0 .B + A.B 0
CARRY = A.B
4 Procedure
Setup the circuits shown as figure 3 following given steps to analyze the operation of the Half Adder.
1. Construct the circuit on breadboard for each Gate as shown in figure 3 by inserting the appropriate IC.
2. Give power supply to pin no. 14 of each IC.
3. Ground the pin no 7 of each IC.
5 Implementation On Tinkercad
Figure 4 shows the output of Half Adder using IC 7486 a XOR and IC 7408 a AND gate.
Figure 4: Implementation of Half Adder using IC 7486 a XOR and IC 7408 a AND gate.
6 Input/Output
Verify the following truth table 2 using implemented Half Adder in figure 4.
From Truth table 3, we can directly write the Boolean functions for each output,
SU M = (A ⊕ B) ⊕ C
CARRY = A.B + (A ⊕ B).C
8.2 Procedure
Setup the circuits shown as figure 6 following given steps to analyze the operation of the Full Adder.
1. Construct the circuit on breadboard for each Gate as shown in figure 6 by inserting the appropriate IC.
2. Give power supply to pin no. 14 of each IC.
10 Policy
Copying from internet, classmate, seniors, or from any other source is strongly prohibited. 100% marks will be
deducted if any such copying is detected.