Question

     If "A" is true and "B" is false, what is the result

    of the logical operation "A  AND B"?
    A True Correct Answer Incorrect Answer
    B False Correct Answer Incorrect Answer
    C Unknown Correct Answer Incorrect Answer
    D Neither true nor false Correct Answer Incorrect Answer

    Solution

    Explanation: In logical operations, "A AND B" is true only if both A and B are true. Since B is false, the result is false.

    Practice Next

    Relevant for Exams: