edited by
427 views

2 Answers

1 votes
1 votes
The total number of boolean circuits formed will be equal to the total number of operation formed by that function.

Binary operation on set A is a function F: A  x  A $\rightarrow$ A.

the domain, i.e AxA has n X n elements, each of this n$ ^ {2}$ elements can be mapped to one of the elements of A.

so total $^{n^{n^{2}}}$ binary operation possible.

Hence the total boolean circuit  = $^{n^{n^{2}}}$
Answer:

Related questions

466
views
1 answers
0 votes
admin asked Jan 5, 2019
466 views
Which of the following circuits are equivalent (i.e., they produce the same output for all inputs)?$\text{F} = ab + bc + ca$$\text{G} = (a+b)(b+c)(c+a)$$\text{H} = \text{...
415
views
1 answers
0 votes
admin asked Jan 5, 2019
415 views
How many Boolean functions in one variable are $\text{NOT}$ idempotent: i.e. they do not satisfy $\forall a.f(f(a)) = f(a).$$4$Infinite$1$$0$
930
views
3 answers
0 votes
admin asked Jan 5, 2019
930 views
Which Boolean function does the following Karnaugh map represent?Inclusive $\text{NOR}$Exclusive $\text{NOR}$Exclusive $\text{OR}$Inclusive $\text{OR}$
392
views
1 answers
0 votes
admin asked Jan 5, 2019
392 views
Which of the following gates is $\text{NOT}$ universal?$\text{NOR}$ gate defined as $\overline{a+b}$$\text{NAND}$ gate defined as $\overline{a.b}$$\text{OR-AND}$ gate def...