Provide a short answer (approximately 1-2 paragraphs long):
4. Given that A has a value of 5, B has a value of 6, D has a value of -1, E has a value of 0, F has a value of "Faker", and G has a value of "GREAT", indicate whether each of the following compound conditions is true or false. (5.8)
f. NOT(A = 3 OR B = 6).
g. D > 5 OR NOT G = "GREAD" AND E = 0.
h. A > 4 OR B > 4 AND E > 4.
i. (A = 7 XOR B = 10) OR D > 0.
j. NOT(A = 5 or B = 6) XOR D = -1.
This is from textbook Programming Logic for Business by Laura Saret
ISBN-10: 73660965
ISBN-13: 9780073660967