retagged by
3,698 views

4 Answers

2 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:
Position:
Show:

Related questions

8 8 votes
1 answers 1 answer
7.4k
7.4k views
sh!va asked May 7, 2017
7,381 views
Estimation at software development effort for organic software in basic COCOMO is:E = 2.0 (KLOC) 1.05 PME = 3.4 (KLOC) 1.06 PME = 2.4 (KLOC) 1.05 PME = 2.4 (KLOC) 1.07...
0 0 votes
1 1 answer
2.0k
2.0k views
sh!va asked Nov 8, 2017
2,019 views
Which of the following statement is true for Programmable Logic array (PLA)?(a) Fixed AND array and Fused programmable OR array(b) Fused programmable AND array and Fixed ...
0 0 votes
1 answers 1 answer
3.4k
3.4k views
sh!va asked Nov 8, 2017
3,425 views
The circuit shown in the figure converts(a) BCD to binary code(b) Binary to Excess-3 code(c) Excess-3 to Gray code(d) Gray to Binary code 
9 9 votes
5 answers 5 answers
8.9k
8.9k views
go_editor asked Sep 28, 2014
8,857 views
In the context of modular software design, which one of the following combinations is desirable?High cohesion and high couplingHigh cohesion and low couplingLow cohesion ...