edited by
272 views

4 Answers

Best answer
4 votes
4 votes
We can make a truth table and observe that, which one is true.
$${\begin{array}{|c|c|c|}\hline
A& B& C&A\odot B &B\odot C&A\odot C &A\odot B \odot C\\\hline
0& 0& 0&1&1&1&0  \\\hline   
{\color{Green} {0}}& {\color{Blue} {0}}&{\color{Red} {1}}&{\color{Red} {1}}&{\color{Green} {0}}&{\color{Blue} {0}}&{\color{Magenta} {1}}  \\\hline {\color{Green} {0}}&{\color{Blue} {1}}&{\color{Red} {0}}&{\color{Red} {0}}&{\color{Green} {0}}&{\color{Blue} {1}}&{\color{Magenta} {1}}   \\\hline
0&1&1&0&1&0 &0    \\\hline
{\color{Green} {1}}&{\color{Blue} {0}}&{\color{Red} {0}}&{\color{Red} {0}}&{\color{Green} {1}}&{\color{Blue} {0}}&{\color{Magenta} {1}}     \\\hline
1&0&1&0&0&1&0      \\\hline
1&1&0&1&0&0&0     \\\hline
{\color{Green} {1}}&{\color{Blue} {1}}&{\color{Red} {1}}&{\color{Red} {1}}&{\color{Green} {1}}&{\color{Blue} {1}}&{\color{Magenta} {1}}      \\\hline
\end{array}}$$
From the above truth table, if $A\odot B = C, $ then $A\odot C= B,\;B\odot C= A,\;A\odot B \odot C = 1.$

So, the correct answer is A;B;C
selected by
5 votes
5 votes
$A \odot B = C$

So, C option gives $C \odot C = 1.$

So, option C is True.

Correct Answer: A;B;C
edited by
1 votes
1 votes

given

$A⊙B=C$

checking each option

Option (A)

$A⊙C = A⊙A⊙B = 0⊙B=B$  (as EX-NOR is true if even number of zeros appear in input) 

is true

Option (B)

B⊙C=B⊙A⊙B=B⊙B⊙A=1⊙A=A   (EX-NOR is associative)

true

Option (C)

A⊙B⊙C = A⊙B⊙A⊙B=A⊙A⊙B⊙B=1⊙1=1

So, answer: A;B;C

0 votes
0 votes
Expand C in all options

 

for odd number of operands xnor is equal to XOR gate so A and B are true

for even number xnor gives 1 for even parity thus C is true.
 

 

therefore answer is A;B;C
Answer:

Related questions

7 votes
7 votes
1 answer
1
gatecse asked Jul 19, 2020
390 views
Which of the following is true about the rules of Boolean addition? (Mark all the appropriate choices)$0+0=0\texttt{ and }0+1=1$$1+0=1\texttt{ and }1+1=0$$1+0=1\texttt{ a...
1 votes
1 votes
1 answer
2
gatecse asked Jul 19, 2020
149 views
Which of the following boolean expression is not equal to the other three?$x' \oplus y$$xy+x'y'$$x' \oplus y'$$x \oplus y'$
3 votes
3 votes
1 answer
3
gatecse asked Jul 19, 2020
232 views
Which of the following statement(s) is/are true?AND and OR are dual to each otherNAND and NOR are dual to each otherXOR and XNOR are dual to each otherAll the above
2 votes
2 votes
2 answers
4
gatecse asked Jul 19, 2020
130 views
The Boolean expression $(A'BC)'+(AB'C')'$ simplifies to which of the following options?$0$$B$$1$$AC$