Open In App

GATE | GATE-CS-2009 | Question 24

The binary operation ? is defined as follows 

P
Q
P?Q
T
T
T
T
F
T
F
T
F
F
F
T

Which one of the following is equivalent to P∨Q? 
 



(A)

¬Q?¬P



(B)

P?¬Q

(C)

¬P?¬Q

(D)

¬P?¬Q


Answer: (B)
Explanation:

Here ,Truth table of given B option 

P Q P∨Q ¬Q P?¬Q
T T T T       F T
T F T T     T T
F T T F F T
F F F F T F

P?¬Q = Q’ ⇢ P = (Q’)’ v P = Q v P

Quiz of this Question
Please comment below if you find anything wrong in the above post

Article Tags :