









Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
These lecture slides are very helpful for the student of discrete mathematics. The major points in these exam paper are: Boolean Algebra, Interpretation of Set Operations, Logic Operations, Theorems and Proofs, Multi-Valued Boolean Algebra, Transformations, Hardware Designs, Software Verification, Binary Bits, Half Adder, Multiplexer
Typology: Slides
1 / 17
This page cannot be seen from the preview
Don't miss anything!










Docsity.com
Introduction
Definitions Interpretation of Set Operations Interpretation of Logic Operations
Theorems and Proofs Multi-valued Boolean Algebra
Transformations Docsity.com
Docsity.com
We use binary bits to represent true or false. A=1: A is true A=0: A is false We use AND, OR, NOT gates to operate the logic. NOT gate inverts the value (flip 0 and 1) y = NOT (A)= A’ id
A A’ Docsity.com
AND gate: Output is true only if all inputs are true y= A AND B Id
A^ B A AND B Docsity.com
A Half Adder: Carry = A AND B Sum = (A AND B’) OR (A’ AND B) A^ B C out = A AND B id
C out , S um 0
Docsity.com
A multiplexer: If S then Z=A else Z=B A S and A S’and B (S and A) or (S’ and B) B S Docsity.com
Boolean Algebra: A set of elements B with twooperations.
satisfying the following 4 laws for every a, b, c in B. P1. Commutative Laws: a+b = b+a; ab = ba, P2. Distributive Laws: a+(bc) = (a+b)(a+c); a(b+c)= (ab)+(ac), P3. Identity Elements: Set B has two distinct elements denoted as 0 and 1, such that a+0 = a; a1 = a, P4. Complement Laws: a+a’ = 1; a*a’ = 0. Docsity.com
P1. Commutative Laws in Venn Diagram A U B= B U A
Docsity.com
P2. Distributive Laws
Docsity.com
1 = Universe of the set
Docsity.com
P4: Complement
Docsity.com