Adders and flip flops(1.4.3 e) Flashcards

1
Q

Adding

A

have two input bits A&B
have two output bits sum and carry
sum = A⊽B
carry = A∧B

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

The half adder

A

takes two input bits(A, B) and computes the sum with the two output bits(sum and carry)

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

Full adder

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

Combining full adders

A

each full adder is responsible for each pair of bits any carriers are passed to the next full adder

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

What is a flip flop?

A

a device which switched between two outputs based on the combination of two inputs

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

What is one input in flip flops?

A

one is the data signal which will be a stream of information that switches between 1 and 0 depending on the data being sent

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

What is the second input in flip flops

A

the other is the clock which triggers a read of the data stream at regular pulses

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

What are outputs usually denoted as in flip flops?

A

Q and ¬Q

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

D-type flip flop

A

relatively easy to understand job: change the output to whatever the input is at each clock pulse

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

What is the edge of the signal?

A

the exact moment of the switch

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

What is a rising edge?

A

when the clock switches from 0 to 1

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

What is a falling edge?

A

when the clock switches from 1 to 0

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

What is the period of the clock?

A

the time between successsive

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

What is rising edge triggering?

A

the output of the D-type flip flop is decided on the rising edge of the clock

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

Edge triggering

A

if the data input is at 1 at the rising edge of the clock then the output will be Q
if the data input is at 0 at the rising edge of the clock then the output will be ¬Q

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