













































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
An introduction to boolean algebra and logic gates, fundamental concepts in digital electronics and computer science. It covers boolean variables, basic laws, de morgans theorems, and various logic gates including and, or, not, nand, nor, xor, and xnor gates. Truth tables, properties, and examples for each gate, along with multiple-choice questions to test understanding. It is designed to help students grasp the basics of digital logic and its applications in circuit design and digital systems. The document also explores the idempotent, associative, and commutative laws applicable to logic gates, enhancing the understanding of boolean algebra's role in simplifying digital circuits. The inclusion of solved questions from previous exams makes it a useful resource for exam preparation and self-assessment, ensuring a solid foundation in digital logic principles.
Typology: Schemes and Mind Maps
1 / 53
This page cannot be seen from the preview
Don't miss anything!














































Boolean Algebra & Logic Gates
Boolean Algebra & Logic Gates:
Boolean variables, Basic laws, De Morgan’s Theorems, Basic
Gates, Universal gates, XOR and XNOR gates
Boolean algebra
Boolean Algebra Laws
Idempotent Law a. a = a a + a = a
Associative law a. (b. c) = (a. b). c a + (b + c) = (a + b) + c
Commutative law a. b = b. a a + b = b + a
Distributive law a. (b + c) = a. b + a. c a + (b. c) = (a + b). (a + c)
De-Morgan law (a + b)’ = a’. b’ (a. b)’ = a’ + b’
Identity law a + 0 = a a. 0 = 0 a + 1 = 1 a. 1 = a
Complementation law 0’ = 1 1’ = 0 a. a’= 0 a+ a’ = 1
Involution law (a’)’ = a
Electromagnetic Relays
Pneumatic Logic
Not Gate(Inverter)
Truth Table Input Output
X Y = X’ 0
1
And Gate
Truth Table Input Output A B Y = A. B 0 0 0 1 1 0 1 1
Nor gate
NAND Gate
Truth Table Input Output A B Y = (A. B)’ 0 0 0 1 1 0 1 1