Question

    What is the maximum number of different Boolean

    functions involving n Boolean variables?
    A n^2 Correct Answer Incorrect Answer
    B 2^2^N Correct Answer Incorrect Answer
    C n^3 Correct Answer Incorrect Answer
    D n^n Correct Answer Incorrect Answer

    Solution

    No of inputs sequences possible for a n variable Boolean function = 2n Each input sequence can give either T or F as output ( 2 possible values ) So total will be 2^2^N

    Practice Next

    Relevant for Exams: