Visual Basic - Study Mode
[#381] Variables declared in a block have . . . . . . . . scope.
Correct Answer
(C) Block
[#382] The OptionButton control is used to selects one of the choices. its main property is . . . . . . . .value.
Correct Answer
(C) value
[#383] The . . . . . . . . function temporarily converts the string to a number and then returns the number.
Correct Answer
(A) Val
[#384] Static variable can only be used in the . . . . . . . . in which it is declared.
Correct Answer
(D) Only the Procedure it is declared in
[#385] Most common error that occur in selection structure is . . . . . . . .
Correct Answer
(A) Logical error