104 Flashcards
What values can boolean algebra take?
1 or 0
What is boolean addition?
> OR
Sum = 1 when any of the literals are 1
Sum = 0 when all the literals are 0
What is boolean multiplication?
> AND
Product = 1 when all literals are 1
Product = 0 when any literals are 0
What are the zero and unit rules?
> A.0 = 0
A.1 = A
A+1 = 1
A+0 = A
What are the complement relations?
> A.A ̅=0
A+A ̅=1
A= =A [double complemented A = A]
What are the Idempotence rules?
> A.A = A
> A+A = A
What are the communtative laws?
> A+B=B+A
> A.B = B.A
What are the absorption rules?
> A + A.B = A
A.(A+B) = A
A+ A ̅.B=A+B
What are the distributive laws?
> A.(B + C) = A.B + A.C
> A + B.C = (A + B).(A + C)
What are the associative laws?
> A + B + C = (A + B) + C = A + (B + C)
> A.B.C = (A.B).C = A.(B.C)
What are De Morgan’s Theorems?
> (A+B) ̅= A ̅.B ̅
> (A.B) ̅= A ̅+ B ̅
What is the rule of De Morgan’s Theorems?
Break the line and change the sign
What is a multi-input gate?
Instead of writing out several gates in a row, we often have a gate with multiple inputs.
What are the two De Morgan’s theorems in words?
> The complement of a product of variable is equal to the sum of the complemented variables.
The compliment of a sum of variables is equal to the product of the complemented variables
What is circuit minimisation?
This is the way of simplifying expressions to minimise operations