CBSE Class 12 Computer Science
Question 3 of 44
Solved 2025 Sample Question Paper CBSE Class 12 Computer Science (083) — Question 3
Back to all questionsnot(True) and False
Reason —
not(True) and Falseevaluates toFalse and False, which isFalse.True or Falseevaluates toTrue.not(False and True)evaluates tonot(False), which isTrue.True and not(False)evaluates toTrue and True, which isTrue.