The Properties window is used to set the properties for the objects on...
Visual Basic.NET is an object-oriented programming language. ...
After you have added a label to a form you can change the words that...
A .vb file holds the definition of a form, its controls, and code...
With Visual Basic you can write computer programs that run in the...
Which of the following is not a valid data type?
The property used to display information in a TextBox is _______.
Writing a program in Visual Basic is so easy that it is not necessary...
The data type that is used for decimal fractions is _______.
You are in run time when you design the user interface.
The ______ symbol is used for concatenation.
What will be the value of answerInteger after execution of the...
The .resx file is a text file that defines all resources used by the...
As a program runs, the insertion point can be moved from control to...
If the programmer does not write code for a button control, Visual...
Which of the following is a valid statement that can be used to...
You can use the Properties window to change the properties of controls...
If you would like to change the background color on a form, you must...
Which of the following does not follow the conventions for naming...
Integer.Parse is used to _______.
Which of the following is not a valid rule for naming identifiers?
Which of the following is not an object?
You write Visual Basic code statements during design time.
When you declare a variable or a named constant, Visual Basic reserves...
A _______ variable is declared inside a procedure.
If a procedure contains a Dim statement and strName is assigned as the...
Which of the following is not a valid method for parsing?
Variables declared within a button's click-event are _____...
If a project runs without a syntax error, you can be certain that the...
When creating a project in Visual Basic you should always begin by...
Using the order of precedence and the formula below, what is...
The Solution Explorer window is where you design a form that makes up...
Setting the TabIndex of a control to 0 (zero) will _______.
In Form1.Text, the word Text is referring to a method.
Create keyboard access on an object by ______________ in the Text...
Which of the following is a valid statement that can be used to...
Where should the statement: Dim counterInteger As Integer, appear if...
Which of the following has the highest order of precedence in...
Which of the following is NOT a rule for naming identifiers?
What will be the value of answerInteger after execution of these...
Which of the following statements will clear the contents of a text...
Declaration statements _______.
In order to control the number of decimals that will appear when a...
Where should the statement: Const STR_ACCOUNT_NUMBER As String =...
You can break a long line of code into multiple lines by ________ and...
If Option Strict is turned off and a declaration statement does not...
A variable that is declared in the Declarations section of a form is...
What will be the value of totalInteger after execution of this...
MessageBox.Show("Hello","Goodbye") will display...
Intrinsic constants are _______.
The length of identifiers is limited to _______.
What statement should be used to declare a module-level variable?
The reserved Visual Basic word, Dim, is short for dimension, which...
Which of the following is not a rule for naming identifiers for...
The Visual Basic statement that requires all variables to be declared...
You can vertically align a group of controls on your form by first...