edited by
5,356 views

7 Answers

0 votes
0 votes
answer is option (d)  n^n^n since n valued boolean algebra given.

we are familiar with the most common in computer science as 0,1 two valued so we have 2^2^n

if it is 3 valued boolean then no of functions would b 3^3^n

so similarly for n it is n^n^n
0 votes
0 votes
We know for n variable we have total 2^n combination are possible and these combination can have two values either 1 or 0 therefore we have 2^2^n that is option a
0 votes
0 votes
Number of rows in truth table =x = n^n

for each row 2 values are possible as it is boolean function= 2x2x2……...n^n times.

The number of possible boolean functions that can be defined for n boolean variables over n valued boolean algebra is 2^(n^n)

Related questions

4 votes
4 votes
3 answers
6
sh!va asked Jul 15, 2016
16,480 views
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}$
0 votes
0 votes
1 answer
7
Sanjay Sharma asked Dec 30, 2016
3,673 views
If x={a,b,c,d}, then number of binary operations that can be defined on x is:-a. 4^16b. 4^2c. 2^16d. 2^4
2 votes
2 votes
1 answer
8
Rakesh K asked Oct 23, 2016
1,921 views
Consider the following Boolean function$f(a, b, c, d, e) = \sum (0,1,4,5,9,13,16,20,27,31)$ The function is (A) Independent of one variable(B) Independent of two variable...