edited by
16,306 views
4 votes
4 votes
How many different Boolean functions are there for $n$ Boolean variables?

A. $n^ n$

B. $2^ {2^ n}$

C. $n^ {n^2}$

D. $2^  {n^2}$
edited by

3 Answers

Best answer
7 votes
7 votes

For the case of Boolean variables, there are really only $2^{2^{n}}$ combinations. Either a particular combination out of the 2n entries in a truth table is true, or false. Thus the $2^{2^{n}}$  total combinations.

Hence,Total Number of different boolean function =$2^{2^{n}}$ 

Hence,Option(B)$2^{2^{n}}$.

selected by
3 votes
3 votes
For an n-ary boolean function, there are 2^n possible boolean inputs. Each input can generate either "true" or "false" as the output. How many different ways can you arrange the 2^n true vs. false outputs. Answer:B

Related questions

6 votes
6 votes
7 answers
2
Payal Rastogi asked Dec 25, 2015
5,251 views
Q.86 The number of possible boolean functions that can be defined for $n$ boolean variables over $n$-valued boolean algebra is(a) $2^{2^n}$(b) $2^{n^2}$(c) $n^{2^n}$(d) $...
1 votes
1 votes
0 answers
3
gate_forum asked Jan 6, 2019
835 views
Q.13 AnsA. B. C. D.
0 votes
0 votes
2 answers
4
ajit asked Sep 17, 2015
1,705 views
A CPU scheduling algorithm determines an order for the execution of its scheduled processes.Given n processes to be scheduled on one processor , how many possible differe...