logic circuits are made up of ____
logic gates - fundamental building blocks that carry out the logic operations
fundamental elements of a digital system are _____ and _____
input variable and output function
AND logic
if both (or all) inputs are 1, then output is 1
otherwise output is 0
represented by multiplication
two gates in series
OR logic
if any inputs are 1, then output is 1
if all inputs are 0, then output is 0
represented by addition
two gates in parallel
NOT logic
switches the input’s value from 0 to 1 or 1 to 0
aka the complement of a variable
NAND gate
output is complement of the AND of the inputs
NOR gate
output is the complement of the OR of the inputs
XOR gate
output is 1 if an odd number of input variables is 1
represented with a circle around an addition symbol
what is the xor function equivalent to
AB’ + A’B
truth table
used to demonstrate the output for each possible combination of inputs of a combinational circuit
universal logic gate
gates that can be used to implement the function of and, or, and not
NOT from NAND gates
both inputs of NAND gate are the same (split input into to wires, then feed into NAND)
AND from NAND gates
OR from NAND gates
NOT from NOR gates
OR from NOR
AND from NOR
NAND from NOR
NOR from NAND
logic network analysis - timing diagrams
tracks the sequential series of 0 and 1 for input and the output for those inputs
propogation delay
what does the complement of a function look like?
why is simplifying logic circuits important?
minterms