Here you can ask questions and find or give answers to organizational, academic and other questions about studying computer science.

1.1k questions

1.2k answers

1.6k comments

529 users

0 votes

Hello All,

Could someone help with the interpretation of the XOR in this question? What does XOR mean in this context?

in * TF "Intelligent Systems" by (640 points)

1 Answer

+1 vote
 
Best answer

As we have ¬F¬a = Ga, and p⊕¬p = 1, it follows that S1 is always true. S2, however, can become false, as you can see with the following traces:

                a : 0101...
               Ga : 0000...
              XGa : 0000...
               !a : 1010...
              G!a : 0000...
      (XGa)⊕(G!a) : 0000...

Here, you can see that the ⊕ operator (just as any other boolean operator) will be applied to the corresponding points of time of the two inputs, i.e., p⊕q denotes pointwise xor of the signal p and q. 

by (166k points)
selected by
Thank you for the explanation.

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Aug 13, 2020 in * TF "Intelligent Systems" by malaMahadevu (350 points)
Imprint | Privacy Policy
...