24. Boolean algebra Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

In addition to de Morgan’s laws how many rules of Boolean algebra are there?

A

17

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

How many general rules of Boolean algebra are there?

A

9

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

X . 0 = ?

A

0

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

X . 1 = ?

A

X

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

X . X = ?

A

X

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

X . notX = ?

A

0

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

What does ‘+’ stand for?, when looking at boolean algebra

A

OR

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

What does ‘ . ‘ stand for?, when looking at boolean algebra

A

AND

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

X + 0 = ?

A

X

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

X + 1 = ?

A

1

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

X + X = ?

A

X

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

X + notX = ?

A

1

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

((not)notX) = X

A

X

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

Name the 4 other titles that the rules of boolean algebra fall under, excluding general rules.

A

Commutative rules
Associative rules
Distributive rules
Absorption rules

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

X . Y = ?

A

Y . X

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

X + Y = ?

A

Y + X

17
Q

X . (Y . Z) = ?

A

(X . Y) . Z

18
Q

X + (Y + Z) = ?

A

(X + Y) + Z

19
Q

X . (Y + Z) = ?

A

X . Y + X . Z

20
Q

(X + Y) . (W + Z) = ?

A

X . W + X . Z + Y . W + Y . Z

21
Q

X + (X . Y) = ?

A

X

22
Q

X . (X + Y) = ?

A

X