Visual Basic MCQ
Test your knowledge with important Visual Basic MCQ and their applications. These MCQs are beneficial for competitive exams too. Explore 30+ more Visual Basic MCQs on Bissoy. Bissoy App
-
The items in a list box belong to a collection called the . . . . . . . .
-
What is wrong with the following statement?<br><pre><code class="vbnet">Dim strCities As String = {"Bombay", "Chennai", "Ladakh", "Tamil Nadu"}</code></pre>
-
What will be in strName after the following code is executed?<br><pre><code class="vbnet">strName="Joanne Hashen"strName=strName.Insert(7,"C.");</code></pre>
-
During runtime radio button can be selected, if a radio button is already selected or not by using the . . . . . . . . property.
-
You refer to the member variable by preceding its name with the name of the . . . . . . . . in which it is defined.
-
If array is of String type all values are . . . . . . . . by default.
-
Object respond to an event by writing . . . . . . . .
-
Each element in a two-dimensional array is identified by a unique combination of . . . . . . . .
-
One of its most important properties of lable is . . . . . . . .
-
Each button has same height and width because they are . . . . . . . . the interface.
-
In the following code, the body of If will execute if strFirst contains?<br><pre><code class="vbnet">If strFirst.ToUpper Like "B?LL" Then</code></pre>
-
. . . . . . . . file very necessary to connect to the access data base file by ADO.
-
The . . . . . . . . validator is used to display all of the validation error messages in a single location on aWeb page.
-
In . . . . . . . . The size of the array can be changed at the run time- size changes during the program execution.
-
Letter . . . . . . . . is the Exit menu's access key.
-
The code contained in the . . . . . . . . allows an application to retrieve the contents of the Private variable associated with the property.
-
. . . . . . . . is used to remove a component of the form after a certain period of time.
-
. . . . . . . . is data type that can be used to declare a text of maximum 10 million.
-
In VB, The Len function returns an integer value which is the length of a phrase or a sentence, including the empty spaces.
-
. . . . . . . . means to assign a beginning value to the counter or accumulator.
-
The . . . . . . . . is used to store controls that do not appear in the user interface during runtime.
-
The value returned by the Inputbox depends on the . . . . . . . . the user chooses.
-
A variable's . . . . . . . . indicates where the variable can be used in an application code.
-
In Picture box You can also load the picture at runtime using the . . . . . . . . method.
-
When a value is converted from one data type to another and can store numbers with less precision, the value is said to be . . . . . . . .
-
. . . . . . . . in the Tool Box is used to add a button control to a form.
-
VB allows programmers to without the declaring data type before start the program it is called . . . . . . . .
-
The function of the . . . . . . . . is to present a list of items where the user can click and select the items from the list.
-
The . . . . . . . . method pads the string on left, that is, it inserts the padded characters at the beginning of string.
-
The first webpage added to an application is the . . . . . . . . page.