Sequential Logic Circuit and Memory Flashcards
1
Q
PLA is Combinational Circuit or Sequential Circuit?
A
Combinational
2
Q
RAM and ROM are Combinational Circuit or Sequential Circuit?
A
Sequential
3
Q
Truth Table of SR flip flop
A
S = 1 R = 0 -> Set(1)
S = 0 R = 1 -> Reset(0)
both 0 = memory
both 1 = invalid
4
Q
Truth Table of D flip flop
A
D = 0 -> Reset(0)
D = 1 -> Set(1)
Clk = 0 -> Memory
5
Q
Truth Table for JK flip flop
A
J = K = 0 -> memory (Qn)
J = K = 1 -> Compliment (Qn’)
J = 0, K = 1 -> reset (0)
J = 1, K = 0 -> Set (1)