Unit 3 Synchronous Sequential Notes
Unit 3 Synchronous Sequential Notes
Two Marks
3. Define latches
A latch is a bistable element, it is a temporary storage element which can be used
to store only one bit of information, either 0 or 1. Enable signals are present in the
latch.
4. Define flipflop
A flipflop circuits has two stable states which are known as the 1 state and the 0
state. They are known as bistable multivibrators. The output of the flipflop is
either logic 0 or logic 1.
Flipflops Latches
A flipflop circuits has two stable states A latch is a bistable element, it is a
which are known as the 1 state and the temporary storage element which can be
0 state. They are known as bistable used to store only one bit of information,
multivibrators either 0 or 1.
Clock signals are present in the Enable signals are present in the latch.
flipflop
The flipflop output will remain in the When the enable signal is active, then only
same state until the trigger pulse is latches changes their output as input
given to change the stable condition. changes
6. What are the types of flipflops
SR flipflop
D flipflop
JK flipflop
T flipflop
J K Q(next)
0 0 Q
0 1 0
1 0 1
1 1 Q'
12. Write the characteristic table of SR flipflop
S R Q(next)
0 0 Q
0 1 0
1 0 1
1 1 ?
Q(next) = S + R'Q
Q(next) = D
Q Q(next) D
0 0 0
0 1 1
1 0 0
1 1 1
Q Q(next) T
0 0 0
0 1 1
1 0 1
1 1 0
Q Q(next) S R
0 0 0 X
0 1 1 0
1 0 0 1
1 1 X 0