Question 1
The truth table
represents the Boolean function
X
X+Y
X xor Y
Y
Question 2
The simplified SOP (Sum Of Product) form of the boolean expression (P + Q' + R') . (P + Q' + R) . (P + Q + R') is
(P'.Q + R')
(P + Q'.R')
(P'.Q + R)
(P.Q + R)
Question 3
The Boolean function x'y' + xy + x'y is equivalent to
x' + y'
x + y
x + y'
x' + y
Question 4
Let ⊕ and ⊙ denote the Exclusive OR and Exclusive NOR operations, respectively. Which one of the following is NOT CORRECT?

A
B
C
D
Question 5
Let, x1⊕x2⊕x3⊕x4 = 0 where x1, x2, x3, x4 are Boolean variables, and ⊕ is the XOR operator. Which one of the following must always be TRUE ?
x1x2x3x4 = 0
x1x3+x2 = 0
x′1⊕x′3=x′2⊕x′4
x1+x2+x3+x4 = 0
Question 6
Given the function F = P′ + QR, where F is a function in three Boolean variables P, Q and R and P′ = !P, consider the following statements.
S1: F = Σ (4, 5, 6)
S2: F = Σ (0, 1, 2, 3, 7)
S3: F = Π (4, 5, 6)
S4: F = Π (0, 1, 2, 3, 7)
Which of the following is true?
S1-False, S2-True, S3-True, S4-False
S1-True, S2-False, S3-False, S4-True
S1-False, S2-False, S3-True, S4-True
S1-True, S2-True, S3-False, S4-False
Question 7
The total number of prime implicants of the function f(w, x, y, z) = Σ(0, 2, 4, 5, 6, 10) is ________.
2
3
4
5
Question 8
Consider the operations f(X, Y, Z) = X'YZ + XY' + Y'Z' and g(X, Y, Z) = X′YZ + X′YZ′ + XY Which one of the following is correct?
Both {f} and {g} are functionally complete
Only {f} is functionally complete
Only {g} is functionally complete
Neither {f} nor {g} is functionally complete
Question 9
Consider the minterm list form of a Boolean function F given below.
F(P, Q, R, S) = Σm(0, 2, 5, 7, 9, 11) + d(3, 8, 10, 12, 14) Here, m denotes a minterm and d denotes a don't care term. The number of essential prime implicants of the function F is ______ .
Note:
This was Numerical Type question.
1
2
3
4
Question 10
If P, Q, R are Boolean variables, then (P + Q')(PQ' + PR)(P'R' + Q') simplifies
PQ'
PR'
PQ' + R
PR'' + Q
There are 22 questions to complete.