edited by
4,727 views

2 Answers

Best answer
13 votes
13 votes

answer is D.

selected by
5 votes
5 votes

Answer is (D).

$f(x,y,z) = f(x', y',z')$, means output should be same for $(0,0,0)$ and $(1,1,1)$, $(0,0,1)$ and $(1,1,0)$, $(0,1,0)$ and $(1,0,1)$, $(0,1,1)$ and $(1,0,0)$ and the other input combinations repeat after this.

So, We have four input cases (pairs) for which output can be $0$ or $1$. So, we have two cases for each pair.

Total functions possible $= 2*2*2*2 = 16$

edited by

Related questions

6 votes
6 votes
1 answer
1
Payal Rastogi asked Sep 16, 2016
495 views
1 votes
1 votes
1 answer
2
4 votes
4 votes
2 answers
3
Payal Rastogi asked Sep 16, 2016
2,940 views
A circuit which is working as NAND gate with positive level logic system will work as _____ gate with negative level logic systemNANDNORANDOR
1 votes
1 votes
2 answers
4
Arjun asked Feb 16
2,070 views
​​​​For a Boolean variable $x$, which of the following statements is/are FALSE?$x .1=x$$x+1=x$$x \cdot x=0$$x+\bar{x}=1$