Basic Stuff Flashcards

(20 cards)

0
Q

Complement prop of boolean algebra a + a’

A

1

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

Distributive prop of boolean algebra a + (b * c)

A

(a + b) * (a + c)

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

Complement prop of boolean algebra a * a’

A

0

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

DeMorgan’s Law (a + b)’

A

a’b’

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

DeMorgan’s Law (ab)’

A

a’ + b’

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

OR gate is the same as…

A

NAND with complemented inputs

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

AND gate is the same as…

A

NOR gate with complemented inputs

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

NAND gate is the same as…

A

OR gate with complemented inputs

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

NOR gate is the same as…

A

AND gate with complemented inputs

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

Gate delay

A

Time for change at input to cause change at output

min delay — typical/nominal delay — max delay

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

Rise time

A

Time for output to transition from low to high voltage

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

Fall time

A

Time for output to transition from high to low voltage

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

Pulse width

A

time that an output stays high or stays low between changes

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

Reversed DeMorgan’s Law

a’b’

A

(a + b)’

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

Reversed DeMorgan’s Law

a’ + b’

A

(ab)’

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

NAND with complemented inputs

A

OR gate is the same as…

16
Q

NOR gate with complemented inputs

A

AND gate is the same as…

17
Q

OR gate with complemented inputs

A

NAND gate is the same as…

18
Q

AND gate with complemented inputs

A

NOR gate is the same as…

19
Q

XOR equivalence

A xor B=

A

= AB’ + BA’

= (A’B’ + AB)’ (AOI gate)

= ((A+B)’ + AB)’

= (AB)’(A+B)

= (A’ + B’)(A + B)

= AB’ + BA’