You are on page 1of 4

EEB603: Digital Electronics Lab: 06

Section Content Typical Mistakes Marks

[Mark] Deducted

1. Objective  Objective  Objective is not stated or not clear


[1 marks]  Significance of experiment

2. Theory  Explanation of theory  Inadequate explanation of theory


[2 marks]
 Equations or symbols are incorrect or not defined
properly
3. Procedure  Outline the step by step procedure  Past tense not used
[2 marks] for the experimental study
 Passive voice not used

 Important information and/or details on data


collection missing or stated incorrectly
 Diagrams missing/not labeled/not clear

4. Observation and  Show all relevant tables and graphs  Observations/results are incorrect or units are
results illustrating results missing
[8 marks]  Provide appropriate error analysis  Data tables or graphs are incorrect or not properly
example calculations labeled and numbered
 Provide a comparison of  Example calculations are not included or not
experimental results with the clearly explained
accepted value  Clear contradiction between the observed data
and the results/conclusions
 Percentage error calculations (if any) are missing

9. Discussion and  Discuss the results (range, trends,  Sources of errors (if any) are not clearly explained
Conclusions sources of errors)
[4 marks]  Present conclusions based on the  Conclusion is merely a repetition of discussion
results
 Answer discussion questions  Conclusion not sensible/supported by
experimental evidence
 Discussion questions are incorrect/partially
correct/not answered
13. Reference  State complete references to any  References are not used
s books, articles, websites, etc. from
[1 mark] which information is obtained
 Incomplete references
 Indicate in the appropriate places in
the body where these references
are used.  References do not point to the place in the report
where the source were used
16. Grammar  The report should be neat and well  Grammatical errors
and Structure structured
[2 mark]  Proper grammar should be used  Structure of report is not as per template

8. Submission  Timely submission  Late submission s

Total Mark Awarded

[20 marks]

Student ID#:
Ritikh Deo: S2019006042
Abraham Eby Fugui: S2019005467

Title: Half- Adders and Full- Adders

Page 1 of 4
EEB603: Digital Electronics Lab: 06

Aim: To test the operation of half- adders and full adders.

Introduction:
An adder is digital logic circuit in electronics that implements addition of numbers. In many
computers and other types of processors, adders are used to calculate addressers, similar operations
and table indices in the ALU and also in other parts of the processors. These can be built for many
numerical representations like excess-3 or binary coded decimal. Adders are classified into two types:
half adder and full adder. The half adder circuit has two inputs: A and B, which add two input digits and
generate a carry and sum. The full adder circuit has three inputs: A, B and C, which add the three input
numbers and generate a carry and sum. [1] https://www.elprocus.com/half-adder-and-full-adder/

Materials:
 DC Power Supply
 Resisters ( 2 x 270Ω and 3 x 1k Ω )
 2 x LED
 1 x 74LS86- Quad 2 input EXOR gate
 1 x 74LS08- Quad 2 input AND gate
 1 x 74LS32- Quad 2 input OR gate
 DIP Switch
 Cutter, Long Nose Pliers
 Breadboard & Connecting Wires
 Logic Probe

Procedure:
The circuit was connected as shown in Figure 01 and the output of the circuit for all the possible
input combination was recorded. The same step was repeated for circuit in Figure 02.

SUM

270Ω
74LS86N

COUT
A
B 270Ω
74LS08D

Figure 01: Half- adder


Application: Multisim Application Version: 14.0.593 Executable Version: 14.0.593.0

Page 2 of 4
EEB603: Digital Electronics Lab: 06

A
B SUM
74LS86N
Cin 270Ω
74LS86N

74LS08D COUT

270Ω
74LS08D

74LS08D

Figure 02: Full-adder


Application: Multisim Application Version: 14.0.593 Executable Version: 14.0.593.0

Results:
Truth Table
INPUTS: FIGURE 01 FIGURE 02
Cin B A SUM Cout SUM Cout
0 0 0 0 0 0 0
0 0 1 1 0 1 0
0 1 0 1 0 1 0
0 1 1 0 1 0 1
1 0 0 X X 1 0
1 0 1 X X 0 1
1 1 0 X X 0 1
1 1 1 X X 1 1

Discussion:
1. Show you will connect full adders in order to add 1010 and 1011. Use block diagram to
represent the full adders and clearly indicate all the input and output values on the circuit itself.
Also indicate the MSB and LSB bits for the output.

1 0 1 0

0 A SUM 1 A SUM 0 A SUM 1 A SUM


B CARRY B CARRY B CARRY B CARRY
1 1 0 1 1
CIN CIN CIN CIN
0 1 0
FULL_ADDER FULL_ADDER FULL_ADDER FULL_ADDER
LSB MSB

SUM= 10101

Page 3 of 4
EEB603: Digital Electronics Lab: 06

Conclusion:
To conclude, it can be said that half adder adds two binary digits and produces two outputs as sum
and carry; XOR is applied to both inputs to produce sum and AND gate is applied to both inputs to
produce carry. The full adder adds 3 one bit numbers, and produces 2 bit output, these can be referred
to as output carry and sum.

Reference:
[1]. Full-Adders-and-Half-Adders
https://www.elprocus.com/half-adder-and-full-adder/

Page 4 of 4

You might also like