Solved

In the Following Expression,what Is the Order of Execution of the Operators

Question 17

Multiple Choice

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

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions