recategorized by
4,248 views
28 votes
28 votes

The Boolean expression $A \oplus B \oplus A$ is equivalent to

  1. $AB + \overline {A}\;\;\overline B$
  2. $\overline{A}\;B+A\;\overline{B}$
  3. $B$
  4. $\overline{A}$
recategorized by

3 Answers

Best answer
36 votes
36 votes

Option (C)  $B$

$A\oplus A= 0$ and $0 \oplus A = A$

$A \oplus B \oplus A= ( A\oplus A) \oplus B = 0 \oplus B = \bf{B}$

edited by
9 votes
9 votes

A xor A = 0

So, A xor B xor A = B xor 0 = B

Answer:

Related questions

25 votes
25 votes
4 answers
1
makhdoom ghaya asked Nov 7, 2016
5,031 views
The total number of Boolean functions which can be realised with four variables is:$4$$17$$256$$65, 536$
21 votes
21 votes
3 answers
2
makhdoom ghaya asked Nov 15, 2016
4,193 views
A Boolean function $f$ is to be realized only by $\text{NOR}$ gates. Its $K$-map is given below:The realization is
18 votes
18 votes
3 answers
3
makhdoom ghaya asked Nov 15, 2016
3,728 views
The below figure shows four $\text{D}$-type flip-flops connected as a shift register using a $\text{XOR}$ gate. The initial state and three subsequent states for three cl...
11 votes
11 votes
1 answer
4
makhdoom ghaya asked Nov 14, 2016
1,637 views
Specify an adjacency-lists representation of the undirected graph given above.