Visual Basic - Study Mode
[#531] What will be in text, if Intid contains 6? Select Case Intid
Case 1
Text="Jannet"
Case 2 to 4
Text="Mark"
Case 5, 7
Text="Jerry"
Case Else
Text="Sue"
End Select
Correct Answer
(D) Sue
[#532] You should assign access keys to each of the control in the interface that contain . . . . . . . .
Correct Answer
(B) User input
[#533] A checkbox can be directly accessed from the keyboard using a . . . . . . . .
Correct Answer
(A) Access key
[#534] Which option is used to close the IDE?
Correct Answer
(A) Close
[#535] The subscripts are . . . . . . . . than the row and column in which the element is located.
Correct Answer
(A) One number less