You are on page 1of 2

Lab 11: Full Adder Circuit

Objective(s):

“To understand the concept of full adder circuit ”.

Task 01:

(i) By utilizing two half adder, construct full adder circuit.

Circuit:

(ii) Draw the truth table for a given circuit.

Truth Table:

INPUT OUTPUT

A B Cin Cout S

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

Task 02:

Construct Full Adder using NAND and NOR gates.

.
NAND:

NOR:

You might also like