Boolean Algebra

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

1/21

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.

22 Terms

1
New cards

Variable

A symbol used to represent a action, condition, or data.

2
New cards

In Boolean, a variable can only be

1 or 0

3
New cards

A complement is the inverse of a variable and is represented with

a ‘ or bar over the variable

4
New cards

A literal is…

A variable or its complement

5
New cards

Addition is equal to the —— operation

OR

6
New cards

In Boolean Addition the sum is 1 if…

one or more of the literals are 1

7
New cards

In Boolean Addition the sum is 0

if each literal is 1

8
New cards

Boolean multiplication is equivalent to the —- operation

AND

9
New cards

In Boolean multiplication the product of terms…

form a product term.

10
New cards

The product term will be 1 only

if all the literals are 1

11
New cards

The commutative law states

that the order of operations does not affect the result.

12
New cards

The associate law means

That you can rearrange parentheses without changing the result.

13
New cards

In Boolean Algebra there are 3 laws that apply for addition and multiplication the ———, ———, and ———

communative, associate, distributive

14
New cards

The distributive law

Allows multiplication of a single term across a sum.

15
New cards

DeMorgans 1st Theorem

The compliment of a product of variables is equal to the sum of the complimented variables.

<p>The compliment of a product of variables is equal to the sum of the complimented variables.</p>
16
New cards

DeMorgans 2nd Theorem

The compliment of a sum of variables is equal to the product of the complimened variables

<p>The compliment of a sum of variables is equal to the product of the complimened variables</p>
17
New cards

Boolean expressions are written in _______ or ________ form

Sum of Product, Products of Sum

18
New cards

In SOP and POS the overbar…..

cannot extend over more then one variable

19
New cards

In SOP standard form every ______________ must appear in each ____

variable in the domain, term

20
New cards

If a nonstandard term is missing a variable, you can expand it to standard form by…

multiplying the term by the sum of the missing variable and it’s compliment.

21
New cards

In POS standard form…

Every variable in the domain must appear in each sum term of the expression

22
New cards

To expand a nonstandard POS expression

You add the product of the missing variable and it’s compliment. While also applying rule 12