OD
(Choose 1 answer)
For what values of x, y, and z, including NULL, does the Boolean expression x <= 3 OR NOT(y >= 1 AND z = 5)have the truth value FALSE? Identify one of those values from the list below
A. x = 4, y = 3, z = 5.
B. x = 3, y = 1, z = 5.
C. x = NULL, y = 2, z = 5.
D. x = NULL, y = 3, z = 5.
6