Dear candidates you will find MCQ questions of Visual Basics here. Learn these questions and prepare yourself for coming examinations and interviews. You can check the right answer of any question by clicking on any option or by clicking view answer button.
Share your questions by clicking Add Question
B
Q. If the padCharacter is omitted from the syntax of the padLeft or PadRight, the default is . . . . . . . .
V
Q. Hungarian notations name are entered using . . . . . . . .
P
Q. The . . . . . . . . in a two-dimensional array specifies the elements row and column position.
N
Q. How many times will the MessageBox.Show method in the following code be processed?
intCount =0 Do While intCount > 3 MessageBox.Show("Hello") intCount = intCount + 1 Loop
R
Q. What will be the output of the following Visual Basic expression?
-Financial.Pmt (0.06/12, 5*12, 12000)
N
Q. A suggestion for fixing the error appears in the . . . . . . . .
V
Q. Two procedures can have procedure-level variable whose names are same.
R
Q. To include an image on the form we use which toolbox?
V
Q. An . . . . . . . . function will display a message box where the user can enter a value.
S
Q. A . . . . . . . . occurs while forgetting to enter an instruction, or entering the instruction in wrong order.
Don't have account? Register here.