Q.1.
Which language is not a true object-oriented programming language?
Q.2.
IDE acronym stands for Integrated Developers Environment.
Q.3.
. The ____ statement checks in the module for usage of any undeclared variables and reports an error to the user.
Q.4.
.__________ cannot be declared in a form or class module.
Q.5.
Which window displays a list of all forms and modules making up your application.
Q.6.
Which property determines whether a control is displayed to the user?
Q.7.
Keywords in Visual Basic are words that
Q.8.
Statement A : Objects are actions usually triggered by system; Statement B : Collection of data types and data members are called class.
Q.9.
Statement A : Decimal is not a DataType Statement B: Properties window is used to change program.
Q.10.
Statement A :TextBox property is maxLength Statement B: Label property is Caption
Q.11.
Statement A : Suffix for Long data type is & Statement A : Suffix for Currency data type is #
Q.12.
This symbol (<) means more than?
Q.13.
Statement A: Boolean means true or false Statement B: Actions triggered by the system are called object
Q.14.
What is wrong with the following Do loop? Dim index As Integer = 1 Do While index <> MsgBox("Hello")index =index+ Loop
Q.15.
Private Sub disp () Dim num as Double = Do While num > 1 MsgBox(num) num = num - 3Loop End Sub. What numbers will be displayed in the list box when the button is clicked?
Q.16.
If the loop is to be executed at least once, the condition should be checked at the __________.
Q.17.
Statement A: Label is not used to edit the name Statement B: TextBox is not used to take input;
Q.18.
The form module has file extension ______
Q.19.
What data type would you use for a whole number?
Q.20.
A………. displays a list of items from which user can select one or more items