Visual Basic - Study Mode

[#356] Which property in the property list is used to change the text, style or size of the control's text?
Correct Answer

(A) Font

[#357] What is the array of these statements? Dim intScores As Integer = {78, 83, 75, 90}
Array.sort (intScores)
Correct Answer

(D) Compilation Error

[#358] A button's caption is entered using . . . . . . . .
Correct Answer

(B) book title capitalization

[#359] A . . . . . . . . Web page contains controls with which the user can interact.
Correct Answer

(B) Dynamic

[#360] The . . . . . . . . in a pattern represents one character only.
Correct Answer

(A) ?