Vidyalelo
Computer Science · all questions

Visual Basic MCQs: Test Your Proficiency in Visual Basic Programming
practice.

Practice every MCQ with options. Use Show answers when you want the correct option and solution.

689

Questions

34/35

Page

Pick an option on a question to see the right answer and solution.

. . . . . . . . in the Tool Box is used to add a button control to a form.

Select an option to see the answer and solution.

When a value is converted from one data type to another and can store numbers with less precision, the value is said to be . . . . . . . .

Select an option to see the answer and solution.

In Picture box You can also load the picture at runtime using the . . . . . . . . method.

Select an option to see the answer and solution.

A variable's . . . . . . . . indicates where the variable can be used in an application code.

Select an option to see the answer and solution.

The value returned by the Inputbox depends on the . . . . . . . . the user chooses.

Select an option to see the answer and solution.

The . . . . . . . . is used to store controls that do not appear in the user interface during runtime.

Select an option to see the answer and solution.

. . . . . . . . means to assign a beginning value to the counter or accumulator.

Select an option to see the answer and solution.

In VB, The Len function returns an integer value which is the length of a phrase or a sentence, including the empty spaces.

Select an option to see the answer and solution.

. . . . . . . . is data type that can be used to declare a text of maximum 10 million.

Select an option to see the answer and solution.

. . . . . . . . is used to remove a component of the form after a certain period of time.

Select an option to see the answer and solution.

The code contained in the . . . . . . . . allows an application to retrieve the contents of the Private variable associated with the property.

Select an option to see the answer and solution.

Letter . . . . . . . . is the Exit menu's access key.

Select an option to see the answer and solution.

In . . . . . . . . The size of the array can be changed at the run time- size changes during the program execution.

Select an option to see the answer and solution.

The . . . . . . . . validator is used to display all of the validation error messages in a single location on aWeb page.

Select an option to see the answer and solution.

. . . . . . . . file very necessary to connect to the access data base file by ADO.

Select an option to see the answer and solution.

Which option is used to close the Solution?

Select an option to see the answer and solution.

In the following code, the body of If will execute if strFirst contains?

If strFirst.ToUpper Like "B?LL" Then

Select an option to see the answer and solution.

Each button has same height and width because they are . . . . . . . . the interface.

Select an option to see the answer and solution.

One of its most important properties of lable is . . . . . . . .

Select an option to see the answer and solution.

Each element in a two-dimensional array is identified by a unique combination of . . . . . . . .

Select an option to see the answer and solution.