Visual Basic - Study Mode
[#156] Toolbar is display at the . . . . . . . . of the mdi form.
Correct Answer
(B) top
[#157] Text box is aligned using . . . . . . . .
Correct Answer
(A) Alignment operator
[#158] Option Strict On disallows conversion of String data type to . . . . . . . . implicitly.
Correct Answer
(A) Double
[#159] the . . . . . . . .control is placed in the form together with six OptionButtons. To determine the shape of the shape control.
Correct Answer
(A) shape
[#160] What is the result of the following statements? Dim strCities() As String = {"Bombay", "Chennai", "Ladakh", "Tamil Nadu"}
strCities(2)="Kolkata"
Correct Answer
(D) strCity array is {"Bombay", "Chennai","Kolkata", "Tamil Nadu"}