Week 7 Flashcards

1
Q

today’s technology uses _____ distinct voltages to represent all info

A

2

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

_____ circuit: have reference voltages, respond to input near reference voltage as if the input were that reference voltage, change circuit output fast

A

digital

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

same everyone on given wire, proportional to energy, each end is a terminal

A

voltage

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

CMOS Logic circuit:

A

fast, small, low power, cheap

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

NAND Truth table

A

A B (A&B)’
0 0 1
0 1 1
1 0 1
1 1 0

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

half-adder

A

AND and XOR gate,
circuit to perform addition,
two input bits -> sum and carry out bit

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

full adder

A

2 half-adders and carry output, OR gate provides a carry output if either of the half adders report a carry

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

How many inputs are needed for a full adder?

A

6: Logically, 2^3 = 8, (1 carry in, bit 1, bit 2) but bit 1 and 2 are treated symmetrically, so only 6 are needed.

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

what’s the point of mini-truth tables in larger truth tables?

A

It means circuits can be removed / you can save on space

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

diagram grammar:

A

input->logic->output

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

sum of products:

A

OR the ANDs: xy+x’y’
minterms
find the 1 outputs
ORing the minterms gives 1 as expression

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

product of sums:

A

AND the ORs: (x’ + y) * (x + y’)
maxterms
find the 0s then AND them together
useful tip: think it through and set the terms equal to eachother and think of outputs you want to get.

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

what to do with extra inputs?

A

make them cheap

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

propogation delay:

A

elapsed time from gate input change to corresponding gate output change

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

Switch

A

Joins two wires to make one wire when in the on position

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

De Morgan’s Laws and Gate equivalences

A

(AB)’ = A’ + B’ ( NAND = NOT A or NOT B)
(A+B) = A’B’ (NOR = NOT A and NOT B)

17
Q

Outputs are a function of the sequence of previous inputs as well as the current input

A

Sequential circuit

18
Q

Remembers the value the input had while the enable line(extra input) was set

A

Latch

19
Q

A register uses a set of _____ to store a digital value

A

Latches

20
Q

Active High Logic

A

Truth table logic 1 values with the higher voltage level of the two

21
Q

Active Low Logic

A

Logic 1 value with the lower voltage level of the two

22
Q

Time for a logic circuit to compute a result

A

Gate Delay