recategorized by
5,018 views
25 votes
25 votes

The total number of Boolean functions which can be realised with four variables is:

  1. $4$
  2. $17$
  3. $256$
  4. $65, 536$
recategorized by

4 Answers

Best answer
35 votes
35 votes

A Boolean function of $4$ variables is a function from a set of $2^4 = 16$ elements (all combinations of $4$ variables) to a set of $2 (\{0,1\})$ elements. So, number of such functions will be $2^{16} =65,536$

Correct Answer: $D$

edited by
1 votes
1 votes

Let’s assume instead of 4, there is only one variable, say ‘a’.

for single variables, the number of input combinations will be 2 i.e. 0 and 1.

Function table for one variable
a f1 f2 f3 f4
0 0 0 1 1
1 0 1 0 1

so here only 4 functions are possible in the case of one variable.

f1 = 0

f2= a

f3 = a’

f4 = 1

so from here, we can say that the number of functions is $2^{number of rows}$.

Number of rows =  $2^{number of variables}$.

In short, the Relation between the number of functions and the number of variables =  $2^{2^{number of variables}}$.

{Note: order should be maintained first do  $2^{number of variables}$ then what result you will get make that of power of 2}

Now in question, it is given that the number of variables = 4.

so, 

= $2^{2^{4}}$  

 = $2^{16}$.

= 65,536

The correct answer is Option D.

0 votes
0 votes

K-Map (Karnaugh Map)In a boolean function , there are two possibility for each midterm , that is it can either be present or absent in the boolean function . 

f = ABCD + ABCD’ + ABC’D + ABC’D’ + …………. 16terms

for example , 

          ABCD can be present or not in the boolean function therefore , the possible number of functions can be 

          2 x 2 x 2 x 2 x 2………..

         = 2^16

         = 65536

 

Answer:

Related questions

28 votes
28 votes
3 answers
1
makhdoom ghaya asked Nov 15, 2016
4,242 views
The Boolean expression $A \oplus B \oplus A$ is equivalent to$AB + \overline {A}\;\;\overline B$$\overline{A}\;B+A\;\overline{B}$$B$$\overline{A}$
23 votes
23 votes
3 answers
2
makhdoom ghaya asked Nov 14, 2016
4,284 views
How many one-to-one functions are there from a set $A$ with $n$ elements onto itself?
22 votes
22 votes
2 answers
3
makhdoom ghaya asked Nov 8, 2016
5,410 views
The exponent of a floating-point number is represented in excess-$\text{N}$ code so that:The dynamic range is large.The precision is high.The smallest number is represent...
16 votes
16 votes
3 answers
4
makhdoom ghaya asked Nov 8, 2016
4,471 views
The output $F$ of the below multiplexer circuit can be represented by$AB+B\bar{C}+\bar{C}A+\bar{B}\bar{C}$$A\oplus B\oplus C$$A \oplus B$$\bar{A} \bar{B} C+ \bar{A} B \ba...