Notes 7 Flashcards

1
Q

register file

A

the place where all the registers are

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

S’R’ latch logic table

A

S’ R’ | Q Q’
0 0 1 1 :(
0 1 1 0
1 0 0 1
1 1 Q Q’

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

What does the S’R’ latch circuit do?

A

S sets Q
R resets Q

If both are 0, the the circuit stores Q

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

Know know to draw an SR latch

A

look at picture

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

Controlled SR latch logic table

A

C S R | Q Q’
0 X X Q Q’
1 0 0 Q Q’
1 0 1 0 1
1 1 0 1 0
1 1 1 1 1 :(

if C is 0, opaque
if C is 1, transparent

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

what does the control do on the controlled SR latch

A

if C is 0 then the value is stored
if C is 1 then the value can be set

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

know how to draw a controlled SR latch

A

look at picture

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

know how to draw D latch

A

look at picture

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

what does a d latch to in plain english

A

if C is off keep Q the same
if C is on Q becomes D

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

edge triggered d- flip flop

A

when the clock goes up, it follows D for a cycle

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

know what a d flip flip looks like

A

look at picture

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

watch videos of d flip flip

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

what does a d flip flip do in plain english

A

at the instant that the clock turns positive, it captures the current value of D

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

in effects, a D-flipflop is a …

A

one bit register

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

know how two build a four but register parallel load

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

know how to draw register file connecting to alu

A