Multiple Choice
Match the expressions that they are logically equivalent to the Boolean expressions :
-(not x) or (not y)
A) x < y
B) x <= y
C) x == y
D) x != y
E) not (x and y)
F) not (x or y)
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q60: Evaluate the following Python expressions.<br>-5 < 10
Q61: The Boolean expression 'Abe' < 'Apple' evaluates
Q62: The != operators is used to determine
Q63: In the following lines of code, which
Q64: For a variable named with integer value,
Q66: Evaluate the following Python expressions.<br>-not (12 ==
Q67: Which of the following is not a
Q68: Write simple Python program that determines a
Q69: For variable current_month (equal to 'January' or
Q70: Write a simple Python program that prompts