Logic Circuits Flashcards
1
Q
How are the number of rows and number of inputs related
A
rows = 2^inputs
2
Q
Timing diagram functions
A
Good for functional behavior of a circuit. Assumes the logic gate changes inputs in zero time.
3
Q
Order of operations for booleans
A
NOT, AND, OR
4
Q
Minterm, SOP
A
Outputed 1’s. And of inputs with OR gates in between.
5
Q
Maxterm, POS
A
Outputed 0’s. OR of inputs with and gates in between.
6
Q
What gates produce a NAND gates
A
Input Noted or gate
7
Q
What gate produces a NOR gate
A
Input noted and gate
8
Q
What is a MUX
A
Multiplexer. Selects one of several input signals and directs it to a single output.