DM Presentation 1
DM Presentation 1
MID-TERM EVALUATION
(PRESENTATION)
TOPIC:- BOOLEAN ALGEBRA
PRESENTED BY:-
YASHIKA SHUKLA – URN – 2021-B-21042003
ANUSHKA VAIRAT – URN – 2021-B-09052004
SWAPNALI GAVALI – URN – 2021-B-17082003B
SANIYA WAGH – URN – 2021-B-16052003A
PRESENTED TO :- PROF.
SHITAL SOLANKI MAM:
INTRODUCTION :-
OR + (or) ∨ Lowest
Suppose A and B are two Boolean variables, then we can define the three operations as;
A B A∧B A∨B
True True True True
True False False True
False True False True
False False False False
A ¬A
True False
False True
BOOLEAN ALGEBRA LAWS
1. DISTRIBUTIVE LAW
• THE DISTRIBUTIVE LAW SAYS THAT IF WE PERFORM THE AND OPERATION ON TWO VARIABLES
AND OR THE RESULT WITH ANOTHER VARIABLE THEN THIS WILL BE EQUAL TO THE AND OF THE
OR OF THE THIRD VARIABLE WITH EACH OF THE FIRST TWO VARIABLES. THE BOOLEAN
EXPRESSION IS GIVEN AS
• A + B.C = (A + B) (A + C)
• THUS, OR DISTRIBUTES OVER AND
• IF WE OR TWO VARIABLES THEN AND THEIR RESULT WITH ANOTHER VARIABLE THEN THIS VALUE
WILL BE EQUAL TO THE OR OF THE AND OF THE THIRD VARIABLE WITH THE OTHER TWO
VARIABLES. THIS IS GIVEN BY:
• A .(B+C) = (A.B) + (A.C)
• HENCE, AND DISTRIBUTES OVER OR.
ASSOCIATIVE LAW
•
COMMUTATIVE LAW STATES THAT IF WE INTERCHANGE THE ORDER
OF OPERANDS (AND OR OR) THE RESULT OF THE BOOLEAN
EQUATION WILL NOT CHANGE. THIS CAN BE REPRESENTED AS
FOLLOWS:
• A+ B= B+A
• A.B = B.A
ABSORPTION LAW
The first law states that the complement of the product of the variables is equal to the sum of their
individual complements of a variable.
The truth table that shows the verification of De Morgan’s First law is given as follows:
A B A’ B’ (A.B)’ A’+B’
0 0 1 1 1 1
0 1 1 0 1 1
1 0 0 1 1 1
1 1 0 0 0 0
The second law states that the complement of the sum of variables is equal to the product of their individual
complements of a variable.
The following truth table shows the proof for De Morgan’s second law.
A B A’ B’ (A+B)’ A’. B’
0 0 1 1 1 1
0 1 1 0 0 0
1 0 0 1 0 0
1 1 0 0 0 0