edited by
11,306 views
29 votes
29 votes

What is the minimum number of $\text{NAND}$ gates required to implement a $2\text{-input EXCLUSIVE-OR}$ function without using any other logic gate?

  1. $2$
  2. $4$
  3. $5$
  4. $6$
edited by

5 Answers

0 votes
0 votes
$\begin{array}{|c | c | c|} \hline \textbf{GATE} & \textbf{NAND} & \textbf{NOR} \\ \hline \text{NOT} & 1 & 1 \\ \hline \text{AND} & 2 & 3 \\ \hline \text{OR} & 3 & 2 \\ \hline \text{NAND} & 1 & 4 \\ \hline \text{NOR} & 4 & 1 \\ \hline \text{EX-OR} & 4 & 5 \\ \hline \text{EX-NOR} & 5 & 4 \\ \hline \text{HALF ADDER} & 5 & 5 \\ \hline \text{FULL ADDER} & 9 & 9 \\ \hline \end{array}$
Answer:

Related questions

25 votes
25 votes
2 answers
2
Ishrat Jahan asked Nov 2, 2014
4,343 views
The number $(123456)_8$ is equivalent to$\text{(A72E)}_{16}$ and $(22130232)_4$$\text{(A72E)}_{16}$ and $(22131122)_4$$\text{(A73E)}_{16}$ and $(22130232)_4$$\text{(A62E)...
26 votes
26 votes
4 answers
3
Ishrat Jahan asked Nov 2, 2014
10,387 views
Using a $4-bit$ $2's$ complement arithmetic, which of the following additions will result in an overflow?$1100 + 1100$$0011 + 0111$$1111 + 0111$i onlyii onlyiii onlyi and...
20 votes
20 votes
2 answers
4
Ishrat Jahan asked Nov 1, 2014
6,496 views
What is the minimum size of ROM required to store the complete truth table of an $8-bit \times 8-bit$ multiplier?$32 K \times 16$ bits$64 K \times 16$ bits$16 K \times 32...