Visual Basic

0
Answered
0
Correct
0%
Accuracy
Question 1 Easy Mcq

True or False? In Visual Basic 6, to enable automatic re-painting of MDI Form, we have to set AutoRedraw=True

Question 2 Easy Mcq

Which property is required to place a control on Visual Basic 6 MDI Form?

Question 3 Easy Mcq

Visual Basic is considered a ___________ programming language.

Question 4 Easy Mcq

In Visual Basic 6, How will you disable/hide the control box on a form?

Question 5 Easy Mcq

Visual Basic is an ____________ driven language.

Question 6 Easy Mcq

The default combo box style in visual basic is ____.

Question 7 Easy Mcq

Visual Basic applications display a Windows style screen called a form.

Question 8 Easy Mcq

The Enterprise Edition of Visual Basic is aimed at:

Question 9 Easy Mcq

The programmer can enter, edit, and view the language of Visual Basic in the:

Question 10 Easy Mcq

The default file type for a Visual Basic project is:

Question 11 Easy Mcq

Which one of the following property pages is not provided by Visual Basic 6

Question 12 Easy Mcq

Visual Basic is derived from:

Question 13 Easy Mcq

Which of the following, when inputted into the command prompt, will successfully launch the Visual Basic script file_name.vbs?

Question 14 Easy Mcq

The three types of Visual Basic operators are:

Question 15 Easy Mcq

In Visual Basic 6, which one is NOT a parameter of connection objects open method?

Question 16 Easy Mcq

In microsoft visual basic, use the ____ statement to create a string variable.

Question 17 Easy Mcq

The '&' symbol is the safest _________ operator to use in Visual Basic.

Question 18 Easy Mcq

Which of the following is NOT the value of StartUpPosition property in Visual Basic 6?

Question 19 Easy Mcq

Visual Basic can do which of the following?

Question 20 Easy Mcq

The contents of a text box may be cleared in visual basic code by ________.

Question 21 Easy Mcq

To declare a variable in Visual Basic, you must use the ___________ function:

Question 22 Easy Mcq

The assignment operator in visual basic is the ____ symbol.

Question 23 Easy Mcq

Visual Basic 6.0 has been replaced by:

Question 24 Easy Mcq

Visual basic provides the ____ method for accessing any number of characters contained in a string.