Open In App
Related Articles

GATE | GATE CS 2012 | Question 65

Improve Article
Improve
Save Article
Save
Like Article
Like

The truth table
truthtable

represents the Boolean function
(A) X
(B) X+Y
(C) X xor Y
(D) Y


Answer: (A)

Explanation: The value of f(X, Y) is same as X for all input pairs.

Also sum of product form of expression we get,

= XY’+XY
= X(Y’+Y)
= X *1
= X 

We see from truth table –

Column x = f(x,y) 
So , 
f(x,y)=x 

Option (A) is correct.



Quiz of this Question

Last Updated : 20 Sep, 2021
Like Article
Save Article
Similar Reads