Visual Basic - Study Mode

[#581] . . . . . . . . statement is the last statement in the function.
Correct Answer

(C) Return

[#582] When an expression contains more than one operator with same priority, then they are evaluated according their . . . . . . . .
Correct Answer

(B) Associativity

[#583] What happens when a procedure containing the following statements ends? Dim decSales As Decimal=12.2
Static decTotal As Decimal=13.5
Correct Answer

(B) Dim variable loses its value

[#584] The condition must be a . . . . . . . . expression.
Correct Answer

(C) Boolean

[#585] It is inappropriate to assign access keys to . . . . . . . .
Correct Answer

(B) Label controls