Visual Basic - Study Mode
[#186] When you start an application, the computer sends the focus to the control whose TabIndex is . . . . . . . .
Correct Answer
(C) Zero
[#187] What is the result of the expression 10-2+20 ><2*25-2?
Correct Answer
(A) Syntax error
[#188] Object respond to an event by writing . . . . . . . .
Correct Answer
(B) Event procedures
[#189] If array is of String type all values are . . . . . . . . by default.
Correct Answer
(D) Nothing
[#190] Which of the following statements pauses program execution for 1 second?
Correct Answer
(C) System.Threading.Thread.Sleep(1000)