synchronous logic Flashcards

1
Q

explain a Reset-Set (RS) Latch

A

An RS latch takes two inputs: set and reset. if the s is 1, the output is 1 for “set” and if the r is 1, the output is 0 for “reset”. 00 outputs the previously stored bit and 11 is unknown.

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

what is the difference between a sequential and a combinational circuit?

A

a sequential circuit’s output is dependent on the present and the past sequence of input values and a combinational circuit is dependent only on the present combination of input values

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

what will happen if both s and r values were 1?

A

the program will rapidly output 1s and 0s back and forth, but will not store any value and will cause oscillation.

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

explain a D latch

A

a D latch stores one bit, with input d having the bit to be stored, and an input e that when the value 1 enables storing the bit and the stored bit comes out on the output.

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

when does a D latch have an oscillation problem

A

if both inputs were 1s then both change back to 0s

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

what is a clock signal, clock cycle, and clock frequency?

A

a clock signal controls when to store bits, and they are only stored at a clocks rising edge (the instant a clock changes from 0 to 1). a clock cycle is the time between two rising edges and clock frequency is cycles per second

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

explain a D flip flop

A

a latch stores a new bit while an enable input is 1, but a flip-flop only stores a new bit at the instant of a clock input’s rising edge. (edge-triggered)

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

when does the D Flip Flop remember the previous state

A

when the negative trigger is switched to rising edge and vice versa

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

what is the difference between a d-latch and a d flip flop?

A

the D-latch is a level triggering device, meaning the output of the latch changes whenever the input changes. the D flip-flop is a edge triggered device because it is controlled by a clock signal.

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