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:

Verified
Correct Answer:
Verified
Q12: The data type of a parameter may
Q13: An equation and an expression are the
Q14: If the operands are both numerical,and the
Q15: The = operator is mathematical operator.
Q16: The concatenation of "4" and "10" is:<br>A)410.<br>B)"410"<br>C)40.<br>D)"40".
Q18: In the function LEFT(S,3),the parameter(s):<br>A)Is LEFT.<br>B)Are S
Q19: String data:<br>A)Is group of characters.<br>B)Can be used
Q20: In the equation: R = A +
Q21: The resultant of A OR B<br>A)Is always
Q22: Evaluate the following equation for R,given A