SR LATCH STUDY Flashcards
STUDY THEM ALLLLL
What is an SR Latch?
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.
Describe the inputs and outputs of an active-low SR latch using NAND gates.
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.
What is an “active low” SR latch?
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.
What is the critical race condition in SR latches?
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.
Explain the truth table for an SR latch (NAND, Active Low) when S=1, R=1.
When S=1 and R=1, the latch retains its previous state.
Describe the behavior of a NOR gate SR latch (active high).
For a NOR SR latch, S and R inputs are active high, meaning S=1 sets the latch, and R=1 resets it.
What does an SR latch with enable do?
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.
What is the output when both S and R are active in a NAND SR latch with enable?
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 does the timing diagram illustrate SR latch states?
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.