Multiple Choice
Which of the following choices best describes the statements NOT( A AND B ) = ( NOT A ) OR ( NOT B ) and NOT( A OR B ) = ( NOT A ) AND ( NOT B ) ?
A) Infinite
B) DeMorgan's Laws
C) Morgan DeLorean's Laws
D) None of these is correct.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: An else block is mandatory after an
Q5: !( a > 38 && b <=
Q6: With the boolean expression a && b,
Q7: Inside the block of a switch statement,
Q8: In the context of a switch statement,
Q10: If you have an if/else if/else code
Q11: What is the output of the following
Q12: The _ method returns true if the
Q13: The switch statement can be used instead
Q14: Suppose that a true block is not