You are on page 1of 8

LAB

EEE241 DIGITAL LOGIC DESIGN


LAB Report # 01
Submitted by: Taimoor Nasir
Roll no: FA18-BCS-127
Section: 2C
Submitted to: Mr. Atif Shakeel

Apparatus:
 KL-31001 Digital Logic Lab Circuit
 Logic gates IC’s
o 4001 quad 2-input NOR
o 4011 quad 2-input NAND
o 4070 quad 2-input EX-OR
o 4071 quad 2-input OR
o 4077 quad 2-input EX-NOR
o 4081 quad 2-input AND
o 4069 Six Inverting Buffer NOT

In LAB Task:
Part#01:
Procedure
1. Place the IC on the Bread board as shown in the figure 1.10;

Figure 1. 1
2. Using the power supply available at KL-31001 Digital Logic Lab, connect

pin7 (Ground) and pin14 (Vcc) to power up IC.


3. Give number of possible combinations of inputs using the slide switches

SW0-SW3 (as shown in table 1.1 & 1.2) and note down the output with help
of LED for all gate ICs. (You can use LD0-LD14 located on KL-31001 Digital
Logic Lab)
(Note: Please make sure the Trainer board is off during the setup of circuit)

Part#02(Proteus Software):

 4000 Series (CMOS)


1. XNOR: (4077) The 'Exclusive-NOR' gate circuit does the opposite to the XOR
gate. It will give a high output if even number of inputs are high.

U1:A D1
1 1 LED-BLUE
3
2

1 4077

A B XNOR
0 0 1
0 1 0
1 0 0 2. NOR
1 1 1 (4001):This is a
NOT-OR gate which is equal to an OR gate followed by a NOT gate
U1:A
1 D1
0 3 LED-BLUE
2

4001
0

A B NOR
0 0 1
0 1 0 3. NAND
1 0 0 (4011):This is a
1 1 0
NOT-AND gate which is equal to an AND gate followed by a NOT gate.

U1:A
D1
0 1
3 LED-BLUE
2

0 4011

A B NAND
0 0 1
0 1 1
1 0 1 4. XOR (4030):
The 'Exclusive-OR'
1 1 0 gate is a circuit
which will give a high output if odd number of inputs are high
U1:A
D1
0 1
3 LED-BLUE
2

4030
1

A B XOR
0 0 0
0 1 1
1 0 1
1 1 0

 7400 SERIES (TTL SERIES):


1. AND : (7408):The AND gate is an electronic circuit that gives a high output (1)
only if all its inputs are high

U1:A
1 D1
1 3 LED-BLUE
2

7408
1

A B AND
0 0 0
0 1 0
1 0 0
1 1 1

2. NOT :The NOT gate is an electronic circuit that produces an inverted version of
the input at its output. It is also known as an inverter

U1
D1
0 LED-BLUE

NOT

A NOT
0 1
1 0
3. NAND (7400)::This is a NOT-AND gate which is equal to an AND gate followed by
a NOT gate.

U1:A D1
0 1 LED-BLUE
3
2

0 7400

A B NAND
0 0 1
0 1 0
1 0 0
1 1 1

4. NOT : The NOT gate is an electronic circuit that produces an inverted

version of the input at its output. It is also known as an inverter.

U1
D1
0 LED-BLUE

NOT

A NOT
0 1
1 0
 POST LAB TASKS :

Q1: What is fan in and fan out ?


ANS: Fan-in is a term that defines the maximum number of digital inputs that a
single logic gate can accept. Most transistor-transistor logic (TTL) gates have one
or two inputs, although some have more than two. A typical logic gate has a fan-
in of 1 or 2.

Fan-out is a term that defines the maximum number of digital inputs that the
output of a single logic gate can feed. Most transistor-transistor logic (TTL) gates
can feed up to 10 other digital gates or devices. Thus, a typical TTL gate has a fan-
out of 10.

Q2: Make a list of logic gate ICs of TTL family and CMOS
family along with the ICs names. (Note: at least each
family should contain 15 ICs)
7400 series 4000 series
1 7400 quad 2 input NAND gate 4000 dual 3 input NOR gate

2 7402 quad 2 input NOR gate 4001 quad 2 input NOR gate
3 7408 quad 2 input AND gate 4002 Dual 4 input NOR gate
4 7432 quad 2 input OR gate 4011 quad 2 input NAND gate

5 74266 quad 2 input XNOR gate 4012 dual 4 input NAND gate

6 74386 quad 2 input XOR gate 4023 quad 2 input NOR gate

7 744002 dual 4 input NOR gate 4025 quad 2 input NOR gate
8 744075 triple input OR gate 4030 quad XOR gate
9 744078 8 input OR gate 4068 8 input NAND gate
10 7404 Hex inverter 4070 quad 2 input XOR gate
11 7410 triple input NAND gate 4071 quad 2 input OR gate
12 7411 triple input AND gate 4081 quad 2 input AND gate
13 7420 dual 4 input NAND gate 4082 dual 4 input AND gate
14 7421 dual 4 input AND gate 4072 dual 4 input OR gate
15 7430 8input NAND gate 4073 Triple 3 input AND gate

You might also like