SR LATCH STUDY Flashcards

STUDY THEM ALLLLL

1
Q

What is an SR Latch?

A

An SR Latch is a memory device created by connecting two logic gates (NAND or NOR) with feedback loops, allowing it to maintain a state based on its inputs.

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

Describe the inputs and outputs of an active-low SR latch using NAND gates.

A

Inputs: S (Set) and R (Reset); Outputs: Q (normal) and Q’ (inverse). Q = 1 when set, and Q = 0 when reset. Q’ is the inverse of Q.

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

What is an “active low” SR latch?

A

It’s a latch that activates with a 0 input. In the active-low SR latch, a 0 on S sets the latch, and a 0 on R resets it.

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

What is the critical race condition in SR latches?

A

It’s an oscillation caused when both inputs (S and R) are de-asserted at exactly the same time, potentially leaving the latch’s next state undefined.

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

Explain the truth table for an SR latch (NAND, Active Low) when S=1, R=1.

A

When S=1 and R=1, the latch retains its previous state.

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

Describe the behavior of a NOR gate SR latch (active high).

A

For a NOR SR latch, S and R inputs are active high, meaning S=1 sets the latch, and R=1 resets it.

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

What does an SR latch with enable do?

A

The enable (E) input allows or disables the SR latch’s response to S and R inputs. When E=0, the latch ignores input changes.

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

What is the output when both S and R are active in a NAND SR latch with enable?

A

In a NAND SR latch with enable, both Q and Q’ will be 1 when S=R=1, while in NOR, both Q and Q’ will be 0.

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

How does the timing diagram illustrate SR latch states?

A

The timing diagram shows changes in Q and Q’ over time as S and R inputs change, indicating when the latch is in set or reset states.

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