Advertisements
Advertisements
Question
Which of the following expressions evaluates to False?
Options
not(True) and False
True or False
not(False and True)
True and not(False)
MCQ
Solution
not(True) and False
Explanation:
not(True) and False
not(True)
→ False
False and False
→ False
Result: False
This is the only expression that evaluates to False
.
shaalaa.com
Is there an error in this question or solution?