Solveeit Logo

Question

Question: The Boolean expression \(P + \bar PQ\) where P and Q are the inputs of the logic circuits, represent...

The Boolean expression P+PˉQP + \bar PQ where P and Q are the inputs of the logic circuits, represents.
(a)(a) AND gate
(b)(b) NAND gate
(c)(c) NOT gate
(d)(d) OR gate

Explanation

Solution

- Hint: In this question consider the basics of the truth table of OR, AND and NOT gate for basic inputs of, 1. In general 4 basic cases will arise that is 0 operation 1, 0 operation 0, 1 operation 0 and 1 operation 1. Then try and create the same truth table considering the cases for the given Boolean expression that is P+PˉQP + \bar PQ. Compare the results obtained with the basic gates, this will help getting the right answer.

Complete step-by-step solution -

Given Boolean expression
P+PˉQP + \bar PQ
Where P and Q are the inputs of the logic circuit
Now make the truth table using these inputs and find out the output using the Boolean rule which is,
OR rule
0 + 0 = 0
0 + 1 = 1
1 + 0 = 1
1 + 1 = 1
AND rule
0.0 = 0
0.1 = 0
1.0 = 0
1.1 = 1
NOT rule or Inverted rule
1ˉ=0\bar 1 = 0
0ˉ=1\bar 0 = 1

S.NoInput (P)Input (Q)Output (P+PˉQP + \bar PQ)
100(0+0ˉ\bar 0.0)=(0+1.0)=(0+0)=0
201(0+0ˉ\bar 0.1)=(0+1.1)=(0+1)=1
310(1+1ˉ\bar 1.0)=(1+0.0)=(1+0)=1
411(1+1ˉ\bar 1.1)=(1+0.1)=(1+0)=1

So as we see that the Boolean expression P+PˉQP + \bar PQ where P and Q are the inputs of the logic circuit follow the OR rule.
So the logic circuit represents the OR gate.
So this is the required answer.
Hence option (D) is the correct answer.

Note – The gates are very important in terms of electronic circuits or even in power systems as they can be used to control the circuit as they take very less time in comparison to odd switches to turn off and on. NAND gate is a basic gate formed by the combination of the NOT gate and the AND gate.