gates + transistors Flashcards
When will an AND gate output a logic high (1)?
when all inputs are logic high (1)
When will an OR gate output a logic high (1)?
when either of the inputs are logic high (1)
How many rows will a truth table have if a logic gate has 3 inputs?
8
What is the logic of a NAND gate?
an AND + NOT gate together
What is the logic of an OR gate?
an OR + NOT gate together
What does an equation using the property of absorption look like?
x * (x + y) = x
x * x + x * y
x + x * y
x (1 + y)
x (1)
x
What are the two De Morgan’s Laws?
!A + !B = !(AB)
!A!B = !(A + B)
How does an XOR gate work?
a(XOR)b = a’b + ab’
the output is 1 if odd number of inputs are 1
and 0 if even number of inputs are 1
What is the procedure for the Sum of Products (SOP)?
- Find the rows with the “1” output
- Write the product-form expression for the inputs in that row (A’=inverted, A=normal)
- Combine the products in step 2 into a sum (OR gate the results)
What is the procedure for the Product of Sums (POS)?
- Find the rows with the “0” output
- Write the sum-form expression for the inputs in that row (A = normal (0), A’ = inverted (1))
- Combine the sums in step 2 into a product and AND the results
What 3 terminals does a transistor have?
source, drain, gate
How does a transistor react when a voltage is applied?
If a voltage is applied to the gate, current can flow from source to drain. otherwise, the switch is off
What happens to NMOS and PMOS when a 1 (voltage) is applied at the gate?
NMOS doesn’t let the voltage through, but PMOS does
What happens to NMOS and PMOS when a 0 (voltage) is applied at the gate?
PMOS is closed off, but NMOS lets the voltage through
what is the difference between a node and a terminal?
a node is a term affiliated with the entire network, but terminal is only associated with a specific element