0% found this document useful (0 votes)
14 views5 pages

Experiment 5 - CSC 204L

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views5 pages

Experiment 5 - CSC 204L

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Independent University, Bangladesh (IUB)

School of Engineering, Technologies and Science (SETS)


Department of Computer Science & Engineering (CSE)
Marks Lab Report No 05
Allocated Obtained Course Code CSC204L/CCR204L
Course Title Digital Circuit Lab Report
Course Instructor
Section
Student Name
Student ID
Due Date Submission Date

Experiment 5:
To study the characteristics of NOR latch NAND latch and J-K flip-flop by verifying
their truth tables.

OBJECTIVE:
• Familiarization with SR latch, J-K FF and D flip-flop.

APPARATUS:
• IC Type 7400 Quadruple 2-input NAND gates
• IC Type 7402 Quadruple 2-input NOR gates
• IC Type 7473 Dual J-K FF
• Digital Electronic Trainer Kit
• Power Supply Unit

THEORY:
NOR Latch diagram & Truth Table:
NAND Latch diagram & Truth Table:

J-K Flip Flop IC diagram & Truth Table:

74LS73
AND Operation:
Symbol Truth table
A B Q=A.B
0 0 0
0 1 0
1 0 0
1 1 1

OR Operation:
Symbol Truth table
A B Q=A+B
0 0 0
0 1 1
1 0 1
1 1 1

NOT Operation:
Symbol Truth table
A Q=Ā
0 1
1 0
** Presence of a small circle at the output side of any gate always denotes inversion

NOR Operation:
Symbol Truth table
A B ̅̅̅̅̅̅̅̅
Q=𝐀 +𝐁
0 0 1
0 1 0
1 0 0
1 1 0

NAND Operation:
Symbol Truth table
A B ̅̅̅̅
Q=𝐀𝐁
0 0 1
0 1 1
1 0 1
1 1 0
Pin diagram:

1. IC 7408 AND gate


PIN diagram PIN description
PIN no. Function PIN no. Function
7 Ground 14 +Vcc
1,2 Input 3 Output
4,5 Input 6 Output
9,10 Input 8 Output
12,13 Input 11 Output
2. IC 7432 OR gate
PIN diagram PIN description
PIN no. Function PIN no. Function
7 Ground 14 +Vcc
1,2 Input 3 Output
4,5 Input 6 Output
9,10 Input 8 Output
12,13 Input 11 Output

3. IC 7404 NOT gate


PIN diagram PIN description
PIN no. Function PIN no. Function
7 Ground 14 +Vcc
1 Input 2 Output
3 Input 4 Output
5 Input 6 Output
9 Input 8 Output
11 Input 10 Output
13 Input 12 Output

4. IC 7400 NAND gate


PIN diagram PIN description
PIN no. Function PIN no. Function
7 Ground 14 +Vcc
1,2 Input 3 Output
4,5 Input 6 Output
9,10 Input 8 Output
12,13 Input 11 Output
5. IC 7402 NOR gate
PIN diagram PIN description
PIN no. Function PIN no. Function
7 Ground 14 +Vcc
2,3 Input 1 Output
5,6 Input 4 Output
9,10 Input 8 Output
12,13 Input 11 Output

You might also like