Sei sulla pagina 1di 14

CC216 Digital Logic Design

LAB Work #4
Lab outline:

• Introduction to ICs.
• How to use Datasheets.
• Construct a circuit to connect an
AND gate.
Introduction to ICs
• Two major fixed function logic families are
TTL (74 series) and CMOS (4000 series).

• How to read the number of an IC?

Family IC #
Introduction to ICs

• How to identify the pin numbers in an IC?


?

How to use Datasheets?

IC Description
number
7400 4 2-input NAND gate
7402 4 2-input NOR gate
7404 6 INVERTORS gate
7408 4 2-input AND gate
7432 4 2-input OR gate
7486 4 2-input XOR gate
Circuit Diagram

1) Connect the logic circuit as


shown in figure 1.
 
2) Using a specific Truth Table,
open and close the switches
to
show the effect of logic 0
and
logic 1 on the LED (Light
Emitting Diode).

Experiments for Digital Fundamentals, 10th ed Copyright © 2009 Pearson Education, Inc.,
By David M. Buchla Upper Saddle River, NJ 07458 • All rights reserved.
AND Gate Truth Table

Inputs Output
B A Y
0 0 0
0 1 0
1 0 0
1 1 1

Output Expression:

Y = AB

Experiments for Digital Fundamentals, 10th ed Copyright © 2009 Pearson Education, Inc.,
By David M. Buchla Upper Saddle River, NJ 07458 • All rights reserved.
Circuit Diagram

Experiments for Digital Fundamentals, 10th ed Copyright © 2009 Pearson Education, Inc.,
By David M. Buchla Upper Saddle River, NJ 07458 • All rights reserved.
AND gate circuit
step1:connect two inputs to the switch as previously
described
AND gate circuit
step2:Insert the AND gate (7408)
AND gate circuit
step3:connect pin 1 and 2 of the AND gate to the
two switch points
AND gate circuit
step4:connect pin 7 and 14 of the AND gate to the
GND and VCC of the board
AND gate circuit
step5:connect the output of the AND gate (pin 3) to
the LED
AND gate circuit
step6:try the circuit by switching ON/OFF the buttons
according to the AND gate TRUTH TABLE.

INPUTS OUTPUT

0 0 0 (LED OFF)

0 1 0 (LED OFF)

1 0 0 (LED OFF)

1 1 1 (LED ON)

Potrebbero piacerti anche