////////// Topic 6 Boolean Algebra \\\\\\\\\\\ Flashcards
What’s Basic Rule 1 ?
Apply the OR operator to an expression and the value FALSE:
A+0 = A
What’s Basic Rule 2 ?
Apply the OR operator to an expression and the value TRUE:
A + 1 = 1
What’s Basic Rule 3 ?
Apply the OR operator to an expression and a copy of the same expression:
A + A = A
What’s Basic Rule 4 ?
Apply the OR operator to an expression and the inverse of that expression:
A + Ā = 1
What’s Basic Rule 5 ?
Apply the AND operator to an expression and the value FALSE:
A .0 = 0
What’s Basic Rule 6 ?
Apply the AND operator to an expression and the value TRUE:
A.1 = A
What’s Basic Rule 7 ?
Apply the AND operator to an expression and a copy of the same expression:
A.A = A
What’s Basic Rule 8 ?
Apply the AND operator to an expression and the inverse of the same expression:
A.Ā = 0
What’s Basic Rule 9 ?
Apply the NOT operator to an expression twice:
_
Ā = A
What’s Basic Rule 10 ?
A + A.B = A
What’s Basic Rule 11 ?
A. (A+B) = A