Lesson 5 Boolean Algebra Basics

Welcome to your Lesson 5 Boolean Algebra Basics

1. Algebra of logic is termed as ______________


2. Boolean algebra can be used ____________


3. What is the definition of Boolean functions?

4. A ________ value is represented by a Boolean expression.


5. The logic gate that provides high output for same inputs ____________


6. Make the logic diagram for the following problems
1. (A+B).C
2. (P.Q+R).S
3. (U+V).(W+X) using NAND gate only.
4. (S.T)+(H.P) using NOR gate only.
7. Identify the Boolean function and Boolean expression from the following
1. F(a,b,c) = (a+b’).c
2. F(r,s,t) = (r.s+t’)
8. Draw the truth tables of the following logic gates with example
(a) OR
(b) AND
(c) XOR
(d) NAND
(e) NOR
9. Make the Truth Table for the following problems
1. F(p,q,r) = (p+q’).r
2. F(a,b,c,d) = (a.b+c’).d’
3. F(w,x,y) = w+x+y’
4. F(m,n,o,p) = m.n.o.p
10. Explain the concept of truth table with example in detail?
11. Write the difference between Boolean function and Boolean expression
in details with examples?
12. How many logic gates are there in Boolean algebra? Explain all in details
with example and their diagrams.
13. What is significance of universal gates?