Question 15 - Week 2 Practice | Prasnya
Prasnya
Continue with Google
Practice path
Dashboard
Exam
Qualifier / Quiz 1
Go to subject
Programing with python
Go to chapter
Week 2
Question 15
00:00
Est. 2 min
Marks:
+3.00
0.00
E1 and E2 are Boolean expressions. Consider the following expression: `not(E1 and E2) == (not E1 and not E2)` What can you say about the value of the expression given above?
Single correct
Medium Difficulty
16 October 2022
A
It is `True` if and only if `E1` and `E2` have same values
B
It is `False` if and only if `E1` and `E2` have the same value
C
It is always `True`
D
It is always `False`