year 1 sequential logic Flashcards

1
Q

what is combinational logic?

A

the output depends on the inputs only
it has no feedback

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

what is sequential logic?

A

the output depends on the input and what the output was doing before
it has got feedback

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

how does the not-set-not-reset work?

A
  1. not-set goes low, Q goes high
  2. not-set goes back high, Q stays low
  3. not-reset goes low, Q goes low
  4. not-reset goes back high, Q stays low
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

what are some limitations of the not-set-not-reset?

A

inputs of 0 with 0 cause both outputs to be high
inputs are active low
outputs change straight away - not able to synchronise with other latches

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

what is propagation delay?

A

logic gates take roughly 5ns for the signal to go through

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

what is the purpose of a transition circuit?

A

a transition circuit provides a short pulse
if there are lots of latches synchronised on a clock pulse we add a transition circuit to ensure that the pulse is very short so the synchronisation is accurate

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

how does the data latch work?

A

when the clock rises
what ever is at D
is sent to Q
and held there

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

how do you wire a binary up ripple counter?

A
  1. clock the first latch only
  2. join not Q back to D
  3. take outputs from Qs
  4. not Q clocks the next latch
  5. join all resets to 0v
How well did you know this?
1
Not at all
2
3
4
5
Perfectly