Activity 1.1.6 Component Identification: Digital: The Gate Switches or Inverts The Signal
Activity 1.1.6 Component Identification: Digital: The Gate Switches or Inverts The Signal
You will examine the basic building block of sequential logic: the flip-flop. The investigation will
conclude with a look at the 555 IC and how it is used to trigger events in a circuit.
Equipment
• Circuit Design Software (CDS)
Procedure
Using the Circuit Design Software (CDS), enter the circuit shown for each gate.
Combinational Logic
1) Use a switch for the input X and a probe for the output Z.
Toggle the switch to complete the truth table shown.
X Z
0 1
1 0
From analysis of the truth table, why do you think this is called an “INVERTER” gate?
X Y Z
0 0 0
0 1 0
1 0
0
1 1
1
From analysis of the truth table, why do you think this is called an “AND” gate?
The output in only high when input x and y are high.
3) Use switches for the inputs X & Y and a probe for the output Z.
Toggle the switches to complete the truth table shown.
X Y Z
0 0 1
0 1 1
1 0 1
1 1
0
From analysis of the truth table, why do you think this is called a “NAND” gate? (NOT AND)
In this course we will use 2-input gates predominantly. There are gates available with more
than 2 inputs.
3-Input AND
X Y Z
0 0
0
0 1 1
1 0 1
1 1 1
From analysis of the truth table, why do you think this is called an “OR” gate?
The output is only high when input x or input y are high
5) Use switches for the inputs X & Y and a probe for the output Z.
Toggle the switches to complete the truth table shown.
X Y Z
0 0 1
0 1 0
1 0 0
1 1
0
From analysis of the truth table, why do you think this is called a “NOR” gate? (NOT OR)
X Y Z
0 0
0
0 1 1
1 0 1
1 1 0
From analysis of the truth table, why do you think this is called an “XOR” gate?
(EXCLUSIVE OR)
© 2014 Project Lead The Way, Inc.
Digital Electronics Activity 1.1.6 Component Identification: Digital – Page 3
The output is only high when input X OR input Y are high but not both
Sequential Logic
In the previous combinational logic circuits, YOU made all the outputs change based on the
inputs YOU entered with switches. What if you wanted the changes to happen without YOU
needing to flip a switch? There are two ICs that allow us to do this.
1. Using the Circuit Design Software (CDS), enter the 74LS74N test circuit shown below.
Use a switch for the input T and probes for the outputs Que and NOT_Que.
• The 74LS74N has two inputs. (Data in and a clock signal CLK). In this circuit, the
clock signal input will be a switch T that you flip. The Data in is tied to the NOT_Q.
• The 74LS74 also has preset and clear inputs. In this circuit the PR (preset) and CLR
(clear) are connected to 5v (high), which makes them both inactive. These PR and
CLR inputs on the 74LS74 said to be “active low” inputs. (It takes a low signal to
activate them)
a) To help with the class discussion (and make sure everyone is seeing the same thing),
toggle the input T several times until T is low and NOT_Que is low. (Toggle means to
change the state of the switch. One “toggle” of the switch would change the state of the
switch from low to high. Another toggle of the switch would change the state of the
switch from high to low.)
b) Starting with the switch on GROUND, what happens to output Que when the switch is
moved from GROUND to 5v? One toggle of the switch.
c) What happens to output Que when the switch is moved from 5v to GROUND? One
toggle of the switch.
g) The 74LS74N is called a “flip-flop” Based on your observations can you explain the
relationship between the D Data in, Que, NOT_Q, and the CLK signal? What does a
flip-flop do?
Later in this course we will learn how to combine flip-flops to make transitions to desired
outputs. The flip-flop is holding bit of information, waiting for a signal to change (memory). But
in this example YOU are still making the transition by flipping a switch. How can we make the
flip-flop change without us providing the input directly?
Conclusion
1. Can you combine the 555 Timer circuit with the flip-flop circuit so the changes on the
flip-flop happen without your input at a rate you desire? Share this simulation with your
instructor.