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

29/35

Page

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

Checkbox in an interface is labeled using . . . . . . . . property.

Select an option to see the answer and solution.

Following properties is use full to link ms-access in ADODC.

Select an option to see the answer and solution.

If the txtPrice control contains the value 75, what value will the Decimal.TryParse (txtPrice.Text,decPrice) method return?

Select an option to see the answer and solution.

. . . . . . . . and . . . . . . . . operators use same symbol.

Select an option to see the answer and solution.

The procedure associated with the KeyPress event has . . . . . . . . parameters.

Select an option to see the answer and solution.

Arranging data in a specific order is called as . . . . . . . .

Select an option to see the answer and solution.

An object's . . . . . . . . include methods and events.

Select an option to see the answer and solution.

The . . . . . . . . argument in syntax of Contains method represents the sequence of arguments you are searching.

Select an option to see the answer and solution.

. . . . . . . . property sets the border of an image.

Select an option to see the answer and solution.

Which property determines the value that appears inside the control?

Select an option to see the answer and solution.

What will be the output of the following Visual Basic code, If the intnumber variable is 110?

If intnumber<=100 Then
   Intnumber=intnumber*2;
Else
   Intnumber=intnumber*3;
EndIf

Select an option to see the answer and solution.

A . . . . . . . . web page is not interactive and is used to display information only.

Select an option to see the answer and solution.

An arithmetic expression contains one or more . . . . . . . .

Select an option to see the answer and solution.

The. . . . . . . . Control is another control that handles images and pictures

Select an option to see the answer and solution.

. . . . . . . . data is a data that the application is expecting the user to enter.

Select an option to see the answer and solution.

Where does the form's Text Property appear?

Select an option to see the answer and solution.

If the properties of the form are not listed alphabetically, click . . . . . . . . button to make it alphabetical.

Select an option to see the answer and solution.

The Like operator returns . . . . . . . . value.

Select an option to see the answer and solution.

. . . . . . . . is the universal coding scheme for characters.

Select an option to see the answer and solution.

An application communicates with the user through . . . . . . . .

Select an option to see the answer and solution.