4.6.5 Boolean Algebra

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/6

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

7 Terms

1
New cards

Who was Augustus de Morgan?

- A mathematician and logician

- Formulated laws to simplify boolean expressions

2
New cards

What are De Morgan’s laws?

1) A NAND B = NOT A OR NOT B

2) NOT A AND NOT B = A NOR B

3
New cards

What are the simplification rules?

1) X ⋅ 0 = 0

2) X ⋅ 1 = X

3) X ⋅ X = X

4) X ⋅ !X = 0

5) X + 0 = X

6) X + 1 = 1

4
New cards

What is the commutative rule?

1) X ⋅ Y = Y ⋅ X

2) X + Y = Y + X

5
New cards

What is the associative rule?

1) X ⋅ (Y ⋅ Z) = (X ⋅ Y) ⋅ Z

2) X + (Y + Z) = (X + Y) + Z

6
New cards

What is the distributive rule?

1) X ⋅ (Y + Z) = X ⋅Y + X ⋅ Z

2) (X + Y)(W + Z) = X ⋅ W + X ⋅ Z + Y ⋅ W + Y ⋅ Z

X + (Y ⋅ Z) = (X + Y)(X + Z)

7
New cards

What is the absorption rule?

1) X + (X ⋅ Y) = X

2) X ⋅ (X + Y) = X