Visual Basic - Study Mode

[#201] What will be in Msg after the following code is evaluated? If 3>6 AndAlso 7>4 then
Msg="Hi"
Else
Msg="Bye"
EndIf
Correct Answer

(B) Bye

[#202] The intSales array is declared as follows: Dim intSales() As Integer = {10000, 12000, 900, 500, 20000}. The statement intSales(3) = intSales(3) + 10 will .
Correct Answer

(B) replace the 500 amount with 510

[#203] The . . . . . . . . indicates the purpose of the menu element.
Correct Answer

(A) Caption

[#204] . . . . . . . . structure can handle conditions with multiple outcomes in an easier manner
Correct Answer

(A) select case control

[#205] The . . . . . . . . is used to show quick reference to the various elements of a project namely form, classes and modules
Correct Answer

(B) project explorer