Lab 06
Lab 06
Lab 06
1 Objective
To design and implement Half and Full Adders.
2 Purpose
Having completed this experiment you will be able to:
• How to construct the basic binary adder, i.e. Half-Adder circuit by using discrete components as well
as on Multisim
• How to use to Half-Adders to construct a Full-Adder circuit by using discrete components as well as
on Multisim
• How to construct parallel binary adder in Multisim
3 Apparatus
• Logic Trainer
• Components (ICs)
– 74LS08
– 74LS86
– 74LS32
• Connecting wires
• Multisim
4 Theory
4.1 Binary Addition
To build a binary adder of any size it is sufficient to build a unit, which can add two single bits. Such a
circuit is not very complex as there are only three calculations that needs to be performed, i.e.
0+0=0
0+1=1
1 + 1 = 10
In the third case we encounter a slight complication: A single bit of output does not suffice to represent the
sum of 1 and 1, and we must ”carry” a 1 to the next place. A 1-bit adder, therefore, must accept two bits
of input (the bits to be added) and generate two bits of output. These two bits can be designated the SUM
bit and the CARRY OUT bit.
1
4.1.1 Half Adder Circuit
Half Adder is a combinational logic circuit that generates the sum of two single-bit binary numbers. The
logic circuit has two inputs A and B and two outputs i.e. Sum and Carry abbreviated as SHA and CHA
respectively. The functionality of this truth table can be described by the following two Boolean equations
for Sum and Carry as shown below:
S =−−−−−−−−−−−−−
C =−−−−−−−−−−−−−
The implementation of half adder boolean functions is shown in Fig. 1. Although the Half-Adder circuit is
very basic and simple, but it is the first stage in the design of any n-bit adder circuit.
S =−−−−−−−−−−−−−−−
C =−−−−−−−−−−−−−−−
Figure 2 shows an implementation of full adder boolean functions. Especially note that how two Half-Adders
are used to implement a Full-Adder.
2
4.1.3 Procedure
• Connect the Logic Trainer to 220V AC power supply.
• Turn On the trainer and verify its DC voltage, it should be +5 volts exactly.
3
5 Exercise: 1
• Design Full Adder in Multisim and attach results.
6 Exercise: 2
• Construct the circuit for 2 bit parallel binary adder by using full adder circuit in Multisim and attach
the result.
7 Exercise:3
• Construct the circuit for 4-bit parallel binary adder by using full adder circuit in Multisim and attach
the result.
8 Exercise:4
• Construct the circuit for 4-bit look ahead carry adder as discussed in class by using full adder circuit
in Multisim and attach the result.
9 Conclusion
——————————————————————————————————————————————–
——————————————————————————————————————————————–
——————————————————————————————————————————————–
——————————————————————————————————————————————–
——————————————————————————————————————————————–