Visual Basic - Study Mode
[#321] . . . . . . . . is insert from component , it is used to load ADO control.
Correct Answer
(A) microsoft activex data control 6
[#322] The strItems array is declared as follows: Dim strItems(20) As String. The intSub variable keeps track of the array subscripts and is initialized to 0. Which of the following Do clauses will process the loop instructions for each element in the array?
Correct Answer
(B) Do While intSub < 20
[#323] The programmer use . . . . . . . . property to refer to menu element in code.
Correct Answer
(C) Name
[#324] The . . . . . . . . in a Do...Loop statement can contain variables, methods, constants, properties and operators.
Correct Answer
(B) Condition
[#325] The . . . . . . . . keyword indicates that the property's value can be retrieved (read) by an application.
Correct Answer
(D) ReadOnly