in Others edited by
834 views
0 votes
0 votes

Consider the following circuit :


to make it a Tautology the $?$ should be :

  1. $\text{NAND}$ gate
  2. $\text{AND}$ gate
  3. $\text{OR}$ gate
  4. $\text{EX-OR}$ gate
in Others edited by
834 views

1 Answer

0 votes
0 votes
To get tautology output of $F$ should be $1$.

option 1) $F=(x+y)+ \overline{xy}$

applying de-morgon’s law:

$F=x+y+ \bar x+\bar y$

$F=(x+\bar x)+(y+\bar y)$

$F=1 (\because x+\bar x=1) $

So option $A$ ,$\text{NAND gate}$ is correct.

we can check remaining options but none of them give $1$ as output.