Logic Circuits and Boolean Algebra Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What are the 2 outputs of a half-adder.

A

-Sum bit (xor gate)
-Carry bit(and gate)

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

What are the 2 outputs of a full-adder.

A

-Sum bit (xor gate)
-Carry bit(or gate)

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

What are flip-flops?

A

-They are circuits/ electronic components.
-With two states
-USed for data storage
… to store one bit of data.

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

Difference between SR and JK flip-flop.

A

-SR flip-flop has undefined / invalid / indeterminate state // JK flip-flop is stable
-JK flip flop has a clock pulse

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

SR flip-flop. What are the two inputs and what gates is it constructed with.

A

-Inputs are R/Reset and S/set.
-Can be constructed using two NAND gates or two NOR gates.

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

Purpose of an SR FlipFlop

A

-Use to store a binary digit.

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

Why is the JK flip-flop an improvement to the SR flip-flop?

A

-The SR flip-flop has an invalid combination of SR which allows Q and notQ to have the same value.
-The JK flip-flop does not allow Q and notQ to have the same value.

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

Advantages of JK flip-flop

A

-All four possibilities are valid.
-The 1-1 combination changes output to logical complement.
-Unstable state avoided.
-Invalid state cannot occur.

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