Recent questions tagged functional-completeness

6 6 votes
1 1 answer
165
165 views
A Boolean operator $\odot$ is defined by the following truth table:\[\begin{array}{|c|c|c|}\hlineA & B & A \odot B \\\hline0 & 0 & 1 \\0 & 1 & 0 \\1 & 0 & 0 \\1 & 1 & 0\\...
7 7 votes
1 1 answer
147
147 views
A set of Boolean operations is called functionally complete if:It contains only AND and OR gates It can be used to express every Boolean function It contains XOR operatio...
2 2 votes
1 answers 1 answer
389
389 views
C9. For the gate \(T\) shown in Fig. A, the truth-table of the function \(f(A, B, C)\) is given in Fig. B.If you are allowed to set any of the inputs to 1, show that the ...
0 0 votes
0 0 answers
564
564 views
Which of the following devices are functionally complete?MuxDemuxEncoderDecoderRom
0 0 votes
0 0 answers
793
793 views
0 0 votes
1 1 answer
1.5k
1.5k views
In GATE, I have seen a lot of questions where we are asked to check whether a set of operations is functionally complete or not.I know Functionally Complete and Partially...
0 0 votes
0 0 answers
589
589 views
Is Ex-NOR functionally complete? pls explain in details
1 1 vote
2 2 answers
862
862 views
Show that $\{1,A \bar{B}\}$ is functionality complete, i.e., any Boolean function with variables $A$ and $B$ can be expressed using these two primitives.
1 1 vote
1 1 answer
1.7k
1.7k views
F(x, y, z) =x + y'z' It's functionally complete according to normal procedure to implement NOT & OR or AND from it. But from this short trick.https://www.google.co.in/amp...
2 2 votes
3 answers 3 answers
2.6k
2.6k views
Suppose a function F(A,B) = A' + B then to prove it functionally complete.Can we do it like:- F(A,A') = A' Complementation derivedF(A',B) = A + B - OR Operati...
3 3 votes
1 1 answer
3.5k
3.5k views
Which of the following set of components is sufficient to implement any arbitrary Boolean function?$XOR$ gates, $NOT$ gates$AND$ gates, $XOR$ gates and $1$$2$ to $1$ mult...
2 2 votes
1 answers 1 answer
5.7k
5.7k views
Which of the following set is not functionally complete?a) {XOR,1,NOT}b) {XOR,1,OR}c) {OR, NOT}d) {XOR,1, AND}
4 4 votes
2 2 answers
3.6k
3.6k views
Consider the operations defined as f(X, Y, Z) = X'YZ + XY' + Y'Z' and g(X′, Y, Z) = X′YZ + X′YZ′ + XY .Iam following this method, A function is said to be complete if ...
14 14 votes
3 answers 3 answers
3.2k
3.2k views
Show that {NOR} is a functionally complete set of Boolean operations.
2 2 votes
1 1 answer
1.3k
1.3k views
my doubt- I got first one not functionally complete but its partially complete because its use 0 for make a NOT gate please check
1 1 vote
3 3 answers
1.2k
1.2k views
All digital circuits can be realized using onlyEx-OR gatesAND, OR gatesHalf-addersOR gates
1 1 vote
2 2 answers
1.2k
1.2k views
A set of Boolean connectives is known as functionally complete if all Boolean functions can be Synthesized using those. Which of the following sets of connectives is not ...
7 7 votes
3 answers 3 answers
5.4k
5.4k views
Any set of Boolean operators that is sufficient to represent all Boolean expressions is said to be complete. Which of the following is not complete ?{$NOT$, $OR$}{$NOR$}{...
9 9 votes
6 6 answers
20.9k
20.9k views
125 125 votes
8 answers 8 answers
43.7k
43.7k views
Consider the operations$\textit{f (X, Y, Z) = X'YZ + XY' + Y'Z'}$ and $\textit{g (X, Y, Z) = X'YZ + X'YZ' + XY}$Which one of the following is correct?Both $\left\{\textit...
36 36 votes
3 answers 3 answers
14.6k
14.6k views
A set of Boolean connectives is functionally complete if all Boolean functions can be synthesized using those. Which of the following sets of connectives is NOT functiona...
21 21 votes
2 answers 2 answers
5.2k
5.2k views
Assume that only half adders are available in your laboratory. Show that any binary function can be implemented using half adders only.
27 27 votes
3 answers 3 answers
6.7k
6.7k views
The implication gate, shown below has two inputs ($x \text{ and }y)$; the output is 1 except when $x =1 \text{ and } y=0\text{, realize }f=\bar{x}y+x\bar{y}$ using only f...
48 48 votes
5 answers 5 answers
23.8k
23.8k views
Which of the following sets of component(s) is/are sufficient to implement any arbitrary Boolean function?XOR gates, NOT gates$2$ to $1$ multiplexersAND gates, XOR gatesT...
35 35 votes
4 answers 4 answers
20.3k
20.3k views
All digital circuits can be realized using onlyEx-OR gatesMultiplexersHalf addersOR gates
To see more, click for the full list of questions or popular tags.