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
R
Q. How many times will the MessageBox.Show method in the following code be processed?
For count As Integer = 5 to 9 Step 5 MessageBox.Show("Hi") Next count
V
Q. The class statement groups . . . . . . . . item in one unit.
S
Q. Which box displays the current values of each of the properties?
R
Q. In VB, . . . . . . . . is the function that rounds up a number to a certain number of decimal places.
P
Q. Which setting gives the control a 3-dimensional appearance?
V
Q. The default property for a command control is:
V
Q. What is the result of the expression 10-5>3*4-2?
V
Q. The Cancel Button's procedure is accessed by . . . . . . . . key.
R
Q. What is the comparison operator to find if two values are equal?
P
Q. The range of Integer data type is . . . . . . . . to . . . . . . . .
Don't have account? Register here.