Digital Lab Report 3
Digital Lab Report 3
1
Flip Flops
10.2.2 A) RS flip-flop with NAND gate
Objective:
Set up an RS flip-flop from NAND gate as shown in the figure. Make the function table and compare
the function table with those of the NOR flip-flop
Circuit diagram:
Truth Table:
S R Q1 Q2
0 0 1 1
0 1 0 1
1 0 1 0
1 1 0/1 1/0
Simulation:
2
b) RS Flip-flop with NOR gate:
Circuit Diagram:
Truth Table:
S R Q1 Q2
1 0 0 1
0 1 1 0
0 0 1/0 0/1
1 1 0 0
Simulation:
3
10.4.2 Examining the Set and Reset inputs of the JK Flip-fop
Circuit Diagram:
A B Q1 Q2
0 0 1 1
0 1 0 1
1 0 1 0
1 1 1/0 0/1
Objective:
Examine the inputs J and K of the flip-flop. The set and reset remains unwired. Use the push button
as a clock generator.
Circuit Diagram:
4
Truth Table:
Truth Table:
5
10.5.2 Examining the T-flip-flop
Objective: Set up a T flip-flop with a JK flip flop. Test the circuit with the measuring interface and
software.
Truth Table:
J K Q
1 1 0
1 1 1
1 1 0
1 1 1
Circuit Diagram:
Truth Table:
6
11.2.3 Asynchronous 3-bit counter with the measuring interface.
Objective: Set up the Asynchronous 3-bit counter with the measuring interface and the software.
Truth Table:
7
11.2.4 Asynchronous 3-bit down counter with the measuring interface
Objective: Set up an Asynchronous 3-bit down counter with the measuring interface and the
software.
Truth Table: