3,553 views

1 Answer

4 votes
4 votes
Here we will proceed it in general suppose we have n boolian variable so for n boolian variable if we draw a k map then it have total 2^n blocks in that k map and in each k map block there are 2 possibilities either 1 or 0 so  total combination = (2)^2^n.
Now for r qestion n=4 so we have  (2)^2^n.=2^16 boolean expression as well as boolean functions also.

Related questions

0 votes
0 votes
0 answers
1
0 votes
0 votes
1 answer
2
Priyankalora asked Jul 30, 2023
906 views
Find the complement of the following Boolean functions and reduce them to a minimum number of literalsa) (BC'+A'D)(AB'+CD')b)B'D+A'BC'+ACD+A'BCc)[(AB)'A][(AB)'B]d)AB'+C'D...
4 votes
4 votes
1 answer
3
AniMan_7 asked Jun 29, 2023
1,146 views
Does EX-NOR Gate follow Associativity ?How 3 input EX-NOR function is equal to 3 input EX-OR function ?