M4: The Logic Boolean Algebra

0.0(0)
studied byStudied by 0 people
full-widthCall with Kai
GameKnowt Play
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

Boolean Algebra

It is a branch of algebra that deals with binary variables that have only two possible values and logical operations.

2
New cards

George Boole

Boolean Algebra was introduced by the mathematician __________ in the mid-1800s and became the mathematical foundation of digital electronics, logic circuits, and computer science.

3
New cards

0 (False/LOW/OFF) or 1 (True/HIGH/ON)

What values can Boolean variables take?

4
New cards

Conventional uses arithmetic (+, −, ×), Boolean uses logical operations (AND, OR, NOT).

How is Boolean Algebra different from conventional algebra?

5
New cards
<p></p>

Boolean Algebra Laws and Properties: 

6
New cards
  • Boolean function

  • truth table

A __________ is an algebraic expression consisting of Boolean variables and operations. Every Boolean function can be represented by a __________.

7
New cards
  • Standard Forms:
    1. Sum of Products (SOP): Expression is a sum of AND terms.
    2. Product of Sums (POS): Expression is a product of OR terms.

  • Canonical Forms:

    1. Sum of Minterms (Σm)

    2. Product of Maxterms (M)

  • Product Terms
    A single variable or the logical product of several variables.

  • Sum Terms
    A single variable or the logical sum of several variables

  • Minterm (m)
    The logical product of all variables

  • Maxterm (M)
    The logical sum of all variables

Forms of Boolean Functions: