retagged by
519 views

1 Answer

2 votes
2 votes
NAND and NOR are both universal gates (also functionally complete) as we can implement all logic circuits using them. For OR or AND we need NOT gates then it will be functionally complete.

So D is correct.
Answer:

Related questions

1 votes
1 votes
3 answers
1
admin asked Mar 30, 2020
1,494 views
Which one of the following is the function of a multiplexer?To decode informationTo select $1$ out of $N$ input data sources and to transmit it to single channelTo transm...
3 votes
3 votes
2 answers
2
admin asked Mar 30, 2020
1,339 views
In digital logic, if $A\oplus B=C$, then which one of the following is true?$A\oplus C=B$$B\oplus C=A$$A\oplus B\oplus C=0$Both (A) and (B)
0 votes
0 votes
1 answer
3
admin asked Mar 30, 2020
9,911 views
Given an undirected graph $G$ with $V$ vertices and $E$ edges, the sum of the degrees of all vertices is$E$$2E$$V$$2V$