2,885 views
11 votes
11 votes
The 2-input XOR has a high output only when the input values are
(a) low
(b) high

(c) same

(d) different

4 Answers

2 votes
2 votes

0 ⊕ 0 = 0

0 ⊕ 1 = 1

1 ⊕ 0 = 1

1 ⊕ 1 = 0

When inputs are different, output is 1( high )

option D

Answer:

Related questions

1 votes
1 votes
2 answers
1
snehareddy asked Feb 16, 2018
1,085 views
The number of elements in the power set of {{1,2},{2,1,1},{2,1,1,2}} is:
6 votes
6 votes
3 answers
2
junaid ahmad asked Dec 17, 2017
7,210 views
Q.A strictly binary tree with 10 leavesA) cannot have more than 19 nodesB) has exactly 19 nodesC)has exactly 17 nodesD) has exactly 20 nodes
0 votes
0 votes
1 answer
4
junaid ahmad asked Dec 17, 2017
2,170 views
Let S be an NP-complete problem.Q and R are other two problems not known to be NP.Q is polynomial time reducible to S and S is polynomial time reducible to R.Which of the...