1 / 25

Boolean algebra

Boolean algebra. INTRODUCTION LOGICAL OPERATIONS TRUTH TABLE AND RULES. INTRODUCTION. 1854: Logical algebra was published by George Boole  known today as “Boolean Algebra” It’s a convenient way and systematic way of expressing and analyzing the operation of logic circuits.

eze
Download Presentation

Boolean algebra

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Boolean algebra INTRODUCTION LOGICAL OPERATIONS TRUTH TABLE AND RULES

  2. INTRODUCTION • 1854: Logical algebra was published by George Boole known today as “Boolean Algebra” • It’s a convenient way and systematic way of expressing and analyzing the operation of logic circuits. • 1938: Claude Shannon was the first to apply Boole’s work to the analysis and design of logic circuits.

  3. TRUTH TABLE • A TRUTH TABLE is a table which represents all the possible values of logical variables along with all possible results of the given combination of values

  4. Logical operators/GATE • NOT operator/GATE • OR operator/GATE • AND operator/GATE

  5. NOT OPERATOR/GATE • This operator operates on single variable. • Operation performed by the NOT operator is called complementation. • The symbol for NOT operator is represented by “~”. • Thus X means complement of X.

  6. Truth table for not operator/GATE • Assume only one of the two values 0 and 1. • Where 0 denotes false value • And 1 denotes true value

  7. Table X X 1 0 1 0

  8. VENN DIAGRAM x x

  9. OR OPERATOR/GATE • This operator denotes operation called logical addition. • The symbol is represented by “+”. • Thus X+Y can be read as X OR Y. • For OR operation the possible input and output combinations are as follows.

  10. table 0 + 0 = 0 0 + 1 = 1 1 + 0 = 1 1 + 1 = 1

  11. truth table for or

  12. AND OPERATOR/Gate • AND operator performs another important operation of boolean algebra calleid logical multiplication. • The symbol for AND operation “(.)” dot. • Thus X.Y is read as X AND Y.

  13. The rules for and 0 . 0 = 0 0 . 1 = 0 1 . 1 = 1 1 . 0 = 0

  14. Truth table for and

  15. BOOLEAN ALGEBRA RULES • Properties of 0 :- 0+0=0; 0.X=0 • Properties of 1:- 1+X=1; 1.X=X • Indempotence law:- • X +X = X

  16. rules • X . X = X • Involution • X = X • Complementary law • X + X = 1 • X . X = 0

  17. tHANKS MONICA J CLASS XII –A(2012-13) COMPUTER SCIENCE

More Related