¬(A v B)
¬A ∧ ¬B
¬(A ∧ B)
¬A ∨ ¬B
X v (X∧Y)
X
How many elements can be in 1 group in a Karnaugh map?
1, 2, 4, or 8
flip flop
A sequential logic circuit that can store 1bit and flip between 2 states.
2 uses of flip-flops
1- register memories
2- static RAM
half- adder
Logic circuit adds together 2 binary digits
State the purpose of a D-type flip-flop circuit.
Store a value of 1 bite when a signal is given.
How does a D-type flip-flop work?
When clock goes high, Q changes to D.