Co Hardware Lab
Co Hardware Lab
3 FULL ADDER
Aim: To design a full adder using gates.
Apparatus: Breadboard Trainer Kit
IC 7486 (EX-OR)
IC 7408 (AND)
IC 7432 (OR)
Connecting Wires
Theory:
A full adder is a combinational circuit that forms the arithmetic sum of three bits. It consists of three inputs and
two outputs. Two of the input variables, denoted by x and y , represent the two significant bits to be added. The
third input, z , represents the carry from the previous lower significant position.
The expression for sum and carry are given respectively as:
Sum = XYZ
Carry = XY + YZ + ZX
Procedure:
1. Place the ICs on the breadboard trainer kit.
2. Connect Vcc and ground pins of ICs at +5V and ground points of the trainer kit.
3. Connections are made as per the logic symbol/ circuit or connection diagram.
4. Connect the inputs to the switches and the outputs to the LEDs.
5. Apply clock pulse where ever necessary.
6. Apply various combinations of inputs according to the truth table and observe the condition of LEDs.
7. Hence verify the truth table.
Logic Circuit:
Truth Table:
Inputs Outputs
X Y Z Carry Sum
0 0 0 0 0
0 0 1 0 1
0 1 0 0 1
0 1 1 1 0
1 0 0 0 1
1 0 1 1 0
1 1 0 1 0
1 1 1 1 1
Multiplexer is also called as data selector because the output bit depends on the input data bit that is selected. The
general multiplexer circuit has 2n input signals, n control/ select signals and 1 output signal.
Procedure:
1. Place the ICs on the breadboard trainer kit.
2. Connect Vcc and ground pins of ICs at +5V and ground points of the trainer kit.
3. Connections are made as per the logic symbol/ circuit or connection diagram.
4. Connect the inputs to the switches and the outputs to the LEDs.
5. Apply clock pulse where ever necessary.
6. Apply various combinations of inputs according to the truth table and observe the condition of LEDs.
7. Hence verify the truth table.
Pin Configurations:
S1 S0 A0 B0 C0 D0 Y0
G0
0 0 0 0 x x x 0
0 0 0 1 x x x 1
0 0 1 x 0 x x 0
0 0 1 x 1 x x 1
0 1 0 x x 0 x 0
0 1 0 x x 1 x 1
0 1 1 x x x 0 0
0 1 1 x x x 1 1
1 x x x x x x 0
Truth Table:
Results: Thus the 4:1 MUX, 8:1 MUX circuits are designed and implemented using ICs.
Experiment No.5 3 TO 8 DECODER
Aim: To design and implement 3 to 8 decoder.
Procedure:
1. Place the ICs on the breadboard trainer kit.
2. Connect Vcc and ground pins of ICs at +5V and ground points of the trainer kit.
3. Connections are made as per the logic symbol/ circuit or connection diagram.
4. Connect the inputs to the switches and the outputs to the LEDs.
5. Apply clock pulse where ever necessary.
6. Apply various combinations of inputs according to the truth table and observe the condition of LEDs.
7. Hence verify the truth table.