448 views

2 Answers

0 votes
0 votes
we know that ${\color{Magenta}{{x\oplus y}=x\overline{y}+\overline{x}y}}$

Now ${\color{Green}{{x\oplus 1}=x\cdot\overline{1}+\overline{x}\cdot1=x\cdot 0+\overline{x}=\overline{x}}}$

and ${\color{Blue}{{x\oplus 0}=x\cdot\overline{0}+\overline{x}\cdot0=x\cdot 1+0=x}}$

Related questions

1 votes
1 votes
2 answers
1
3 votes
3 votes
2 answers
2
1 votes
1 votes
0 answers
3
0 votes
0 votes
0 answers
4
ajaysoni1924 asked Apr 2, 2019
326 views
Design a combinational Circuit that converts a 4-bit gray code number to a 4-bit straight binary number. Implement the circuit with Exclusive OR gates.