assignment_1719572914
assignment_1719572914
assignment_1719572914
● Boolean logic: NOT, AND, OR, NAND, NOR, XOR, NOT, truth tables
● De Morgan’s laws,
● Logic circuits
QUESTION-1 What is logic gate?
OR gate
AND gate
NOT gate
QUESTION-3 List out the 3 derived gates.
NOR gate
NAND gate
XOR gate
QUESTION-4
Write the symbol for OR gate, AND gate and NOT
gate.
+ is OR operator
QUESTION-5
Draw the truth table for OR gate, AND gate and NOT gate.
Truth Table for OR Gate (X+Y)
0 0 0
0 1 1
1 0 1
1 1 1
Truth Table for NOT gate(X’)
X X’
0 0 0
0 1 0
1 0 0
1 1 1
Q6. State DeMorgan’s Law and verify it using Truth Table
DeMorgan’s Law:
_____
X+Y = X’ . Y’
_____
X.Y = X’ + Y’
LHS RHS
Verification for FIRST DEMORGAN’S LAW:
____
X Y X+Y X+Y X’ Y’ X’.Y’
LHS=RHS
0 0 0 1 1 1 1 Thus verified
0 1 1 0 1 0 0
1 0 1 0 0 1 0
1 1 1 0 0 0 0
QUESTION-7
Which basic gate is also called as inverter?
Ans: NOT gate
QUESTION-8
_______ gate is called as inverted OR gate.
________ gate is called as inverted AND gate.
________ gate is called as exclusive OR gate.
Ans:
NOR gate
NAND gate
XOR gate
QUESTION-9
Why NAND and NOR gates are called as
Universal gates?
0 1 1 1
XOR gate expression is
1 0 1 1
1 1 1 0
QUESTION-12
Prepare a truth table for following: a) AB’+B’A
b) A + 1
c) A + A’
d) AB’+C’
0 0 1 0 0 0
0 1 0 1 1 1
1 0 1 1 1 1
1 1 0 0 0 0
b) Truth table for A+1 c) Truth table for A+A’ d) Truth table for AB’ +C’
0 1 1 0 0 0 1 0 0
0 1 1
1 1 1 0 0 1 1 0 1
1 0 1
0 1 0 0 0 0
0 1 1 0 0 1
1 0 0 1 1 1
1 0 1 1 1 1
1 1 0 0 0 0
1 1 1 0 0 1
QUESTION-13
Draw the logical circuits for :
a) AB’+C’
b) P’Q’ + R
a) (A’+B’)+(CD)’