Final Review Flashcards
An input table with n inputs should have how many binary entries?
2^n
Two transistors connected in series form what logic operation?
AND
Two transistors in parallel implement what logic operator?
OR
What is the difference between analysis and synthesis?
Analysis is done on existing networks, synthesis is creating new networks
Functional verification is what?
The process of applying all input combinations to a network and measuring the outputs in a truth table
What is the definition of functionally equivalent?
Two networks of different construction that implement the same overall function
Perfect Induction is what process?
Constructing truth tables for a boolean function that is to be analyzed, and checking all of the outputs manually
An expression containing two or more AND terms ORed together is what kind of expression?
Sum of products, Product of sums is the reverse (ORs ANDed)
Each unique SOP product term is called what?
Minterm
Maxterms correspond to cells in the K-Map or Rows in the truth table where the output is what?
0
Which two gate types have universality?
NAND and NOR
What causes errors during transmission?
Electrical Noise
What is a parity bit and how are they generated?
An additional bit appended to the package; 0 for an even number of 1s, 1 for odd.
Functions with don’t care conditions have what title?
Incompletely Specified
In what case would the carry bit of an addition be ignored?
If the numbers were represented in 2s compliment
A full adder can be constructed with how many half adders?
Two
An n bit adder adds numbers of what bit length?
n
What is a circuit’s critical path?
The longest gate delay possible.
Why would ripple adders be used instead of lookahead adders?
Ripple adders are cheaper
What is a noise margin?
The maximum noise voltage added to the input of a digital circuit
What does CMOS stand for?
Complementary Metal-Oxide-Semiconductor
What is the difference between NMOS and PMOS transistors
NMOS is open at a gate voltage 0, PMOS is closed
What type of transistor is denoted with a circle on the gate input?
PMOS
What transistors are used for the upper and lower networks, and what are their functions?
Upper: PMOS, Load
Lower: NMOS, Logic