Boolean Algebra Flashcards

(8 cards)

1
Q

What are the four AND functions?

A

0.0 = 0
0.1 = 0
1.0 = 0
1.1 = 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the four OR functions?

A

0+0 = 0
0+1 =1
1+0 = 1
1+1 =1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the four single variable AND functions?

A

A.0=0
A.1=A
A.A= A
A.A’=0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the four single variable OR functions?

A

A+0=A
A+1= 1
A+A= A
A+A’=1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the consensus theorem?

A

////

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are De Morgans two theorems ?

A

(A+B+C)’= A’.B’.C’
A’.B’.C’=(A+B+C)’

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the rule for compliment pairs?

A

When the opposites of a single variable exist in a product you drop the opposites in the product

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is ones and twos complement ?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly