Sequential Logic Circuit and Memory Flashcards

1
Q

PLA is Combinational Circuit or Sequential Circuit?

A

Combinational

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

RAM and ROM are Combinational Circuit or Sequential Circuit?

A

Sequential

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Truth Table of D flip flop

A

D = 0 -> Reset(0)
D = 1 -> Set(1)
Clk = 0 -> Memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly