Boolean Algebra Flashcards
(8 cards)
What are the four AND functions?
0.0 = 0
0.1 = 0
1.0 = 0
1.1 = 1
What are the four OR functions?
0+0 = 0
0+1 =1
1+0 = 1
1+1 =1
What are the four single variable AND functions?
A.0=0
A.1=A
A.A= A
A.A’=0
What are the four single variable OR functions?
A+0=A
A+1= 1
A+A= A
A+A’=1
What is the consensus theorem?
////
What are De Morgans two theorems ?
(A+B+C)’= A’.B’.C’
A’.B’.C’=(A+B+C)’
What is the rule for compliment pairs?
When the opposites of a single variable exist in a product you drop the opposites in the product
What is ones and twos complement ?
One’s complement involves inverting all bits of a binary number (0s become 1s and 1s become 0s),
two’s complement is obtained by taking the one’s complement and then adding 1 to the result