Categories
BE8251 Notes r2017 notes

BOOLEAN ALGEBRA

BOOLEAN ALGEBRA

Boolean algebra is an algebraic structure defined by a set of elements, B, together with two binary operators, + and., provider that the following postulates are satisfied.

Commutative Law

(a) A+B = B+A

(b) A B = BA

Associative Law

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

(b) (A B) C = A (B C)

Distributive Law

(a)  A (B +C) = A B + AC

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

Identity Law

(a)  A+A =A

(b) A A =A

Negative Law

(a)  (A’) =A’

(b) (A’’) = A

Redundant Law

(a)  A+AB=A

(b) A (A +B) =A

Null Law

(a)0 + A = A

(b) 1 A = A

(c) 1 + A = 1

(d) 0 A = 0

Double Negation Law

(a)  A’ +A=1

(b) A’ A=0

Absorption Law

(a)  A+A’B =A+B

(b) A (A’ + B) =AB

De Morgan’s Theorem

(a)  (A+B)’ = A’ B’

(b) (AB)’ = A’+B’

Example 1:

Using theorems,

A + A’ B = A l + A’ B

= A (l + B) + A’B

=A + AB + A’B

=A + B (A + A’)

= A + B

Using Truth Table

Verification Of De Morgan’s Theorems:

  • De Morgan’s First Theorem states:

The complement of a product of variables is equal to the sum of the complements of the individual variables

  • De Morgan’s Second Theorem states:

The complement of sum of variables is equal to the product of the complements of the dividable variables

BOOLEAN ALGEBRA

For more details about BOOLEAN ALGEBRA Click here

To see other topics in Basic Electrical and Electronics Engineering Click here

Click Here to Download the pdf of this topic BOOLEAN ALGEBRA

Other links 

Construction of DC GENERATOR

Bipolar Junction Transistor(BJT)

Binary Number System and Conversion

Hexadecimal Numbers

ASCII Character Encoding

Logic Gates

Adder & Flip Flop

Leave a Reply

Your email address will not be published. Required fields are marked *