Ecef 1114 Electronic Technology LAB 3: Verification of Logic Gate
Ecef 1114 Electronic Technology LAB 3: Verification of Logic Gate
INTRODUCTION
Basically logic gates are the main component in digital electronics. A gate can execute a function
on a two different valued signal. Binary logic consists of binary variable and logical operations.
Each variable having 2 distinct values which 1 (HIGH) and 0 (LOW). Logic gates can operate
one or more input to produce output signal. Except for some logic gates such as NOT gate or
known as Inverter has only one input and output. Logic gates only receive binary data of 0
(LOW) or 1 (HIGH) . LOW represents 0 Volt while HIGH represents 3 or 5 Volts from Voltage
Supply (Vss). The large number of logic gates are implement in ICs for the purpose of saving
physical space. With the use of logic gates , varieties of circuits like latch , shift register , flip
flops and etc can be designed.
Objectives
1. To describe the operation and use of some common IC logic gates such as AND,
OR, NOT, NAND and NOR gates and make external connections to these ICs to
implement the gates logic circuits.
2. To understand the operation of a combinational logic circuit based on certain
problems and able to derive the Boolean expression from them.
Procedures
Part A: Logic gates
1. The truth table have been derived for the gates (AND , OR , NOT , NAND or NOR ) by
getting an IC for the gates.
2. Pin-14 of IC has been connected to 5V D.C. power supply.
3. Pin- 7 of the IC has been connected to ground.
4. The LED has been connected to the output pins.
5. The truth table developed in Step (1) have been verified and commented on the output
level of the gate responds to all possible input-level combination experimentally.
6. For the input pins, logic ‘1’ can be produced by connecting the pin to 5Vdc power
supply, while logic ‘0’ can be produced by connecting the pin to Ground.
7. The logic gate operation has been discussed.
RESULTS
Part A : Logic Gates
AND Gates
Inputs Outputs
Pin 1 Pin 2 Theoretical Pin 3
A B X Experiment
1 1 1 1
1 0 0 0
0 1 0 0
0 0 0 0
OR Gates
Inputs Outputs
Pin 1 Pin 2 Theoretical Pin 3
A B X Experiment
1 1 1 1
1 0 1 1
0 0 0 0
0 1 1 1
NOT Gates
Inputs Outputs (Theoretical) Outputs (Experimental)
A A’ A’
1 0 0
0 1 1
NAND Gates
Inputs Outputs
Pin 1 Pin 2 Theoretical Pin 3
A B X Experiment
0 0 1 1
0 1 1 1
1 0 1 1
1 1 0 0
NOR Gates
Inputs Outputs
Pin 1 Pin 2 Theoretical Pin 3
A B X Experiment
0 0 1 1
0 1 0 0
1 0 0 0
1 1 0 0
As for 1b Y=AB+AC also consist of AND gate and OR Gate. AB is AND gate and AC
also is an AND Gate too. Between AB plus with AC is an OR gate connected between
both gates. If output of AB and AC respectively is 1(HIGH), hence at OR gate the output
also will be 1(HIGH). The LED bulb will light up. In order the LED to light up in 1b, one
of the input pin must be in ‘HIGH’ or both input pins in ‘HIGH’. Because it is an OR
Gate between AB and AC.
CONCLUSION
In conclusion, operation of AND , OR, NOT, NAND, and NOR gates which give different signal
although the inputs are all around the same but with different types of ICs gives different
outcome of the output. All operations have been examined during the experiment and it is same
to the theoretical point of view. Another one is that output from either one of the one logic gate
can be also used as inputs to execute for another logic gate to form combinational logic gate with
Boolean Algebra.