Choose the correct answer in the picture below.
Extracted text: 13. In the following expression, what is the order of execution of the operators and the result, given A = 4, B = 5, E = 3, G = True, F = True? A * B + 7 > E ^ 3 OR NOT G AND F a. *, +, >, ^, NOT, AND : Result is True b. AND, NOT, >, ^, *, +, : Result is False c. ^, *, +, >, NOT, AND, OR : Result is True d. ^, *, +, >, NOT, AND, OR : Result is False