Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

CPE C401: Computer Architecture and Organization

EXPERIMENT NO. 1
ADDERS
OBJECTIVES
1. To understand the understand the operation of adders and subtractors.
2. To implement the equivalent circuit for each of the adder and subtractor operations.
3. To create a more complicated circuit using adder and subtractor.
MATERIALS
Power supply
Breadboard
Connecting Wires
3 pcs. 7432 OR gate IC
3 pcs 7408 AND gate IC
2 pcs 7404 NOT gate IC
6 pcs LEDs

RESULTS AND DISCUSSION:


1. Design, construct and test a half adder circuit using basic logic gates combination.
Use Logisim to draw your schematic diagram. Give the equivalent truth table.

Figure 1: Half Adder Schematic Diagram

1
CPE C401: Computer Architecture and Organization

Table 1 Half Adder Table


INPUT OUTPUT
A B S(SUM) C (CARRY)

0 0
0 1
1 0
1 1

2. Design, construct and test a full adder circuit using basic logic gates combination.
Use Logisim to draw your schematic diagram and put screenshot here. Give the
equivalent truth table.

Figure 2: Full Adder Schematic Diagram

2
CPE C401: Computer Architecture and Organization

Table 2 Full Adder Table


INPUT OUTPUT
Cin A B S COUT

0 0 0
0 0 1
0 1 0
0 1 1
1 0 0
1 0 1
1 1 0
1 1 1

OBSERVATION:

CONCLUSION:

You might also like