retagged by
509 views
1 votes
1 votes

Consider a Boolean gate $\text{(D)}$ where the output $Y$ is related to the inputs $A$ and $B$ as, $Y = A + \overline{B},$ where $+$ denotes logical $\text{OR}$ operation. The Boolean inputs $’0’$ and $’1’$ are also available separately. Using instances of only $\text{D}$ gates and inputs $’0’$ and $’1’,$ _______________ (select the correct option(s)).

  1. $\text{NAND}$ logic can be implemented
  2. $\text{OR}$ logic cannot be implemented
  3. $\text{NOR}$ logic can be implemented
  4. $\text{AND}$ logic cannot be implemented
retagged by

1 Answer

0 votes
0 votes

The given boolean gate $D$ is the implication gate. 

Implication gate is functionally complete (with the help of boolean input $0$). Proof HERE.

So, {$D,0$} is functionally complete, hence, we can realize EVERY switching function using these.

So, the answer is $A,C.$

Implementing NOT gate $\bar{B}$ using {$D,0$}: Make input $A = 0.$

Detailed Video Explanation: https://www.youtube.com/watch?v=RH-H5fRiewQ 

Answer: