2,136 views
3 votes
3 votes
 

Assertion (A): XOR gate is not universal gate.

Reason (R): It is not possible to realize any Boolean function using XOR gates only.

A. Both A and R are correct and R is correct explanation of A
B. Both A and R are correct but R is not correct explanation of A
C. A is true, R is false
D. A is false, R is true

Answer Given is A.

How is R statement true.Exor gate is implementing a Exor,which is also one boolean function?If we say total functions on n variable is 2^2^n,then one of them is EXOR which will be implemented by EXOR.So should it be C?

I am specifically talking about "ANY" keyword in Second statement.

1 Answer

Best answer
1 votes
1 votes

But XOR is not able to realise all logic gates..We say a gate is universal gate if :

All logic functions possible in the given number of variables can be realised using that particular gate

e.g. if we take example of 2 variable functions , we can realise all of 16 functions using NAND gates or NOR gates only ..So NAND and NOR gates are also known as universal gates..

As for example OR using NAND : P ⋁  Q = (P ↑ Q)   ↑   (P ↑  Q)  

                             using NOR  :  P ⋁  Q  =  (P ↓ P)  ↓  (Q ↓ Q)  

Similarly we can realise other gates(boolean functions) using only NOR or only NAND gates hence they are referred as universal gates ..

As contrast to this , we can realise all functions using XOR functions only hence they are not considered as universal gates..

selected by

Related questions

8 votes
8 votes
1 answer
1
2 votes
2 votes
3 answers
2
Ravi_1511 asked Nov 18, 2016
1,227 views
Given the sequence 010202010 is generated from a sequential circuit of n flip-flops. And these flip-flops generate the sequence respectively. What is the minimum value of...
0 votes
0 votes
1 answer
4
kd..... asked Nov 14, 2018
588 views
Please provide, how to make the truth table of such type of questions