Boolean Logic
Boolean Logic
Boolean Logic
X Y X.Y
0 0 0
0 1 0
1 0 0
1 1 1
2. OR
Also known as logical addition and symbol used is +. X + Y is read as X or Y.
Possible combinations are:
X Y X+Y
0 0 0
0 1 1
1 0 1
1 1 1
3. NOT
Operates on single variable and operation is called complementation. It inverts the
value of the variable.
X X’
0 1
1 0
1. Basic Gates
• NOT GATE / INVERTER
• OR
• AND
2. Universal Gates
• NOR (NOT + OR)
• NAND (NOT + AND)
3. Special Gates
• XOR
• XNOR
Q. What is Tautology?
Ans. If the result of any logical statement or expression is always TRUE or 1 for all input
combinations, it is called TAUTOLOGY.
Q. What is Fallacy?
Ans. If the result of any logical statement or expression is always FALSE or 0 for all input
combinations, it is called Fallacy.
0 0 0 0
0 1 0 0
1 0 0 1
1 1 1 1
b) (X.Y) + (Y.X)
0 0 0 0 0
0 1 0 0 0
1 0 0 0 0
1 1 1 1 1
Q. The logical operations can be carried out by which of the following?
a) Values and Variables
b) Functions and Laws
c) Operators and Operands
d) None of these
Q. To denote NOT operation which of the following symbols is used?
a) bar
b) dot
c) plus
d) asterisk
Q. The dot symbol is used to represent which of the following operation?
a) AND
b) OR
c) NOT
d) NAND
Q. Which of the following are logical statements:
a) The Indian cricket team is a world champion in 2011.
b) What are the parts of the boolean function?
c) There are three types of boolean operators.
d) The NOT function can be operated on more than one Boolean function.
Q. Which of the following gate is also known as an inverter
a) AND
b) OR
c) NOT
d) NAND
Q. Which of the following gate returns a true result if both inputs are true otherwise false.
a) AND
b) OR
c) NOT
d) None of the above
Q. Which gate can be written like A & B
a) AND
b) OR
c) NOT
d) XOR
= ̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅
𝑋̅𝑌𝑍̅ + 𝑋̅ 𝑌̅ 𝑍
= 𝑋𝑌̅𝑍 + 𝑋 𝑌 𝑍̅
= (𝑋 + 𝑌̅ + 𝑍) (𝑋 + 𝑌 + 𝑍̅ )