Boolean Theorems/Laws (A1.2 Data representation and computer logic)

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
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

Commutative law

Operations are the same so the order can be changed

A.B = B.A

A+B = B+A

2
New cards

Idempotent law

Variable combined with itself is itself

B.B = B

B+B = B

3
New cards

Involution law

Negation of negation results in just the original variable

(A')' = A

4
New cards

Associative law

Operations done to a group are the same means that order can change

A.(B.C) = (A.B).C

A+(B+C) = (A+B)+C

5
New cards

Absorption law

A.(A+B) = A

A+(A.B) = A

A'+AB = A'+B

6
New cards

Distributive law

Variable can be distributed among a group

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

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

7
New cards

Complement law

A.A' = 0