Visual Basic - Study Mode

[#441] Variables declared in a form's declaration section have . . . . . . . . scope.
Correct Answer

(A) Class

[#442] A structure variable named address contains a member variable named strStreet. Which of the following statements assigns the string "Maple" to the member variable?
Correct Answer

(B) address.strStreet = "Maple"

[#443] ControlChars.NewLine constant is a . . . . . . . . constant.
Correct Answer

(D) Intrinsic

[#444] Using array in a program is efficient because . . . . . . . .
Correct Answer

(D) Data is accessed faster

[#445] . . . . . . . . function is used to format numbers.
Correct Answer

(A) toString