Lab Report 1
Lab Report 1
Level 3
In this lab, the students designed a simple digital circuit called a full adder. The students then use
logic gates to draw a schematic for the circuit. Finally, they verified the correctness of the Full Adder
truth table.
1.2 Background
An adder is a combinational circuit that performs calculations by adding one binary bit to
another. A full adder accepts inputs A and B plus a carry-in (Cin) giving
outputs S and Cout. Once we have a full adder, then we can string eight of them together to
create a byte-wide adder and cascade the carry bit from one adder to the next. The truth table
and the circuit diagram for a full-adder
is shown in the figures below. If you look at the S bit, it is 1 if an odd number of the three
inputs is
one, i.e., S is the XOR of the three inputs. The full adder can be realized as shown below.
Notice that the full adder can be constructed from two half adders and an OR gate.
Cin A B S Cout
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 1
1 1 0 0 1
1 1 1 1 1
Figure shows the truth table of a full adder.
U1:A
1 U1:B
A 0 3 4
2 6 S
?
5
B 0 7486
7486
CIN 0
U2
AND U4
? COUT
OR
U3
AND
2.1 Equipment
1 Assembly desk
3 Modules IC-D14
1 Module IC-D6
1 Module IC-D4
1 Ns 7486
1 Ns 7432
1 Ns 7408
2.2 Procedure
(ii) The students then reviewed the data sheets of the IC’s SN 7408, SN 7486 and SN 7432
respectively.
(iii) The SN 7408, SN 7486 and SN 7432 were each fixed into the sockets on a modules.
The students then connected the circuit as guided by the lab manual
2.3 Results
The findings of this lab experiment are as displayed in the truth table below.
Cin A B S Cout
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 1
1 1 0 1 0
1 1 1 1 0
The circuit didn’t give the intended results. The students then decided to rewire the circuit for to
check for and wrong connections or loose connections. Even after that, the circuit still didn’t give the
intended result. This led to the conclusion that the IC’s were not in good working condition.
Conclusion
The results led to the conclusion that the IC’s were not in good working condition.