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

11/35

Page

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

The . . . . . . . . method creates a periodic payment on either a loan or an investment.

Select an option to see the answer and solution.

The data control s used to link . . . . . . . .

Select an option to see the answer and solution.

Which of the following statement is used to define a class in visual basic?

Select an option to see the answer and solution.

Which property specifies the position of the upper left corner of the control?

Select an option to see the answer and solution.

The . . . . . . . . method converts a string to a number.

Select an option to see the answer and solution.

An application uses a structure named Employee. Which of the following statements declares a five-element array of Employee structure variables?

Select an option to see the answer and solution.

In the below statement when true is returned?

If str="USE" Xor strln="USE" Then

Select an option to see the answer and solution.

Which of the following rounds the contents of the intNum variable to three decimal places?

Select an option to see the answer and solution.

. . . . . . . . this control is use to display the images

Select an option to see the answer and solution.

. . . . . . . . data type can store any type of data.

Select an option to see the answer and solution.

The number of choices the user can select is controlled by the list box's . . . . . . . .

Select an option to see the answer and solution.

What will be in text, if Intid contains 3?

Select Case Intid
Case 1
  Text="Jannet"
Case 2 to 4
  Text="Mark"
Case 5, 7
  Text="Jerry"
Case Else
  Text="Sue"
End Select

Select an option to see the answer and solution.

. . . . . . . . is used to check the condition with step by step by in this also we the condition more than one .

Select an option to see the answer and solution.

The intSales array is declared as follows: Dim intSales() As Integer = {10000, 12000, 900, 500, 20000}. Which of the following If clauses determines whether the intSub variable contains a valid subscript for the array?

Options are not available for this question.

Select an option to see the answer and solution.

A . . . . . . . . computer requests web pages from the server.

Select an option to see the answer and solution.

A nested selection structure can be contained in . . . . . . . . of another selected structure.

Select an option to see the answer and solution.

What is the correct syntax to designate a default button?

Select an option to see the answer and solution.

The position of an item in a list box depends on which of the following property of the value stored in the list box's?

Select an option to see the answer and solution.

. . . . . . . . displays the commands that are required to build an application. it is used to display the menus of the particular application

Select an option to see the answer and solution.

Which of the following statements is false?

Select an option to see the answer and solution.