asserted signal
A signal that is (logically) true, or 1
deasserted signal
A signal that is (logically) false, or 0
combinatorial logic
sequential logic
A group of logic elements that contain memory and hence whose value depends on the input as well as the current contents of the memory
Digital electronics operate with only two voltage levels of interest
state
OR operator, boolean algebra
AND operator, boolean algebra
NOT, operator, boolean algebra
gates
NOR gate
An inverted OR gate
NAND gate
An inverted AND gate
decoder
encoder
performs the inverse function of a decoder, taking 2^n inputs and producing an n-bit output
multiplexor/selector
selector/control value
The control signal that is used to select one of the input values of a multiplexor as the output of the multiplexor
how many selectors are needed given n inputs
log_2_ n
(log base 2 of n)
example of architecture of a multiplexor
two level logic
sum of products (SOP)
form of logical representation that employs a logical sum (OR) of products (terms joined using the AND operator)
product of sums (POS)
form of logical representation that employs a logical product (AND) of sums (terms joined using the OR operator)
how to write SOP equation
Programmable Logic Array (PLA)
product terms/minterms