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

24/35

Page

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

You can use . . . . . . . . to override the order of precedence.

Select an option to see the answer and solution.

The . . . . . . . . symbol is used to take a decision in the flowchart.

Select an option to see the answer and solution.

. . . . . . . . property is used set width and height of images .

Select an option to see the answer and solution.

The size property contains the size of . . . . . . . .

Select an option to see the answer and solution.

. . . . . . . . are the actions to which an object can respond.

Select an option to see the answer and solution.

The . . . . . . . . in a pattern represents zero or more characters.

Select an option to see the answer and solution.

. . . . . . . . is used to fit the value of the data type to that of the memory location, implicitly.

Select an option to see the answer and solution.

Unintentional errors in application by declaring variables can be reduced by . . . . . . . .

Select an option to see the answer and solution.

The long form of SDI is . . . . . . . .

Select an option to see the answer and solution.

The items in a combo box belong to which collection?

Select an option to see the answer and solution.

Which is used to change the name of the picture?

Select an option to see the answer and solution.

Following are the logical operator

Select an option to see the answer and solution.

In VB, A Function procedure returns a value and a . . . . . . . . does not return a value.

Select an option to see the answer and solution.

If you keep a variable undeclared, it is automatically taken as to which of the following data type in Visual Basic?

Select an option to see the answer and solution.

The variable name is also termed as . . . . . . . .

Select an option to see the answer and solution.

Which is the caption part for the following Visual Basic command?

MessageBox.Show("Delete this record?","Payroll",MessageBoxButtons.YesNo,
MessageBoxIcon.Exclamation, MessageBoxDefaultButton.Button2).

Select an option to see the answer and solution.

There are 3 type of modules following are not include in it.

Select an option to see the answer and solution.

Variables declared using a structure is known as . . . . . . . .

Select an option to see the answer and solution.

A Radio button can be directly accessed from the keyboard using a . . . . . . . .

Select an option to see the answer and solution.

The autoSize property of the label control that displays program output is automatically set to true.

Select an option to see the answer and solution.