Visual Basic - Study Mode
[#366] StretchImage Property is present in which dialog box?
Correct Answer
(A) Task list
[#367] A . . . . . . . . allows you to select from a list of choices.
Correct Answer
(A) Combo Box
[#368] What is the array of these statements? Dim intScores As Integer = {78, 83, 75, 90}
Array.reverse (intScores)
Correct Answer
(D) Compilation Error
[#369] The select case statement ends with . . . . . . . .
Correct Answer
(B) End Select clause
[#370] . . . . . . . . can be used to advance the insertion point in a file or on the printer.
Correct Answer
(D) ControlChars.NewLine constant