You are on page 1of 5

Middle Technical University Digital Electronic Lab.

Electrical Engineering Technical College First Stage


Electrical Power Technical Engineering Dept. Mohammed D. Altamemi

Experiment- 1
Logic Gate II
1-1 Object:

1. To study the truth tables of secondary logic gates


2. To implement an NOR, NAND, EX-OR, EX-NOR gates
3. To identify a mystery chip

1-2 Theory:

There are other gates such as (NANAD, NOR), that build by combining two basic
gates, its logic expression is:

The NAND gate is formed by combining (AND+NOT) gates. The truth table and
logic symbol of NAND gate are illustrated in table and figure (2-1) respectively. Also
The NAND can be with two inputs or more.

Table (2-1) NAND gate truth table


A B F
0 0 1
0 1 1
1 0 1
1 1 0

Figure (2-1) NAND gate


The NOR gate is formed by combining (OR+NOT) gates together, its logic
expression is:
Middle Technical University Digital Electronic Lab.
Electrical Engineering Technical College First Stage
Electrical Power Technical Engineering Dept. Mohammed D. Altamemi

Table (2-2) shows the truth table of NOR gate, when figure (2-2) shows its logic
symbol.
Table (2-2) truth table of NOR gate
A B F
0 0 1
0 1 0
1 0 0
1 1 0

Figure (2-2) NOR gate


The EX-OR gate is special type of logic addition . The truth table and logic symbol of
EX-OR gate are illustrated in table and figure (2-3) respectively. Also The EX-OR can be
with two inputs or more.
Table (2-3) truth table of EX-OR
A B status
0 0 0
0 1 1
1 0 1
1 1 0

Figure (2-3) EX-OR gate


Middle Technical University Digital Electronic Lab.
Electrical Engineering Technical College First Stage
Electrical Power Technical Engineering Dept. Mohammed D. Altamemi

The EX-NOR gate is inversion of EX-OR gate. The truth table and logic symbol
of EX- NOR gate are illustrated in table and figure (2-4) respectively. Also The EX-OR
can be with two inputs or more.

EX-NOR or X-NOR gate is a digital logic gate, designed for arithmetic and logical
operations. Here we are going to use 7486 chip for demonstration, this chip has 4 EX-OR
gates in it. These four gate are connected internally as shown in figure 2.3. These EX-OR
gates are followed by NOT gates. These gates provides inverted output of EX-OR gate,
so with both, we will have EX-NOR gate. Here we use 7404 HEX NOT gate chip.

Table (2-4) truth table of EX-NOR


A B status
0 0 1
0 1 0
1 0 0
1 1 1

Figure 2-4 combination of EX-NOR


from EX-OR and NOT gates
1-2-1 Procedures:
Middle Technical University Digital Electronic Lab.
Electrical Engineering Technical College First Stage
Electrical Power Technical Engineering Dept. Mohammed D. Altamemi

Figure (2-5) connection of secondary logic gates

1. Fill in the following table, the output status, for NAND gate 7400.
A B status
0 0
0 1
1 0
1 1

2. Fill in following table, the output status, for NOR gate 7402.
A B Output
0 0
0 1
1 0
1 1

3. Fill in following table, the output status, for EX-OR gate 7486.
A B Output
0 0
0 1
1 0
1 1
4. Fill in following table, the output status, for EX-NOR gate 74266, or build it by 7486
and 7404 gates.
A B Output
0 0
0 1
1 0
1 1
Middle Technical University Digital Electronic Lab.
Electrical Engineering Technical College First Stage
Electrical Power Technical Engineering Dept. Mohammed D. Altamemi

1-4 Discussion:

1. Implement the NOT, AND, and OR gates by using NAND gate only
2. Implement the NOT, AND, and OR gates by using NOR gate only
3. Give some applications for XOR, and NOR logic circuits.

You might also like