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 _______.
The data type that is used for decimal fractions is _______.
Writing a program in Visual Basic is so easy that it is not necessary...
What will be the value of answerInteger after execution of the...
You are in run time when you design the user interface.
The ______ symbol is used for concatenation.
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...
If you would like to change the background color on a form, you must...
You can use the Properties window to change the properties of controls...
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?
Which of the following is not a valid method for parsing?
You write Visual Basic code statements during design time.
A _______ variable is declared inside a procedure.
When you declare a variable or a named constant, Visual Basic reserves...
Variables declared within a button's click-event are _____...
If a procedure contains a Dim statement and strName is assigned as the...
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...
Which of the following is a valid statement that can be used to...
Setting the TabIndex of a control to 0 (zero) will _______.
Where should the statement: Dim counterInteger As Integer, appear if...
Which of the following has the highest order of precedence in...
The Solution Explorer window is where you design a form that makes up...
Create keyboard access on an object by ______________ in the Text...
In Form1.Text, the word Text is referring to a method.
Which of the following is NOT a rule for naming identifiers?
What will be the value of answerInteger after execution of these...
Declaration statements _______.
Which of the following statements will clear the contents of a text...
In order to control the number of decimals that will appear when a...
Where should the statement: Const STR_ACCOUNT_NUMBER As String =...
If Option Strict is turned off and a declaration statement does not...
You can break a long line of code into multiple lines by ________ and...
What will be the value of totalInteger after execution of this...
A variable that is declared in the Declarations section of a form is...
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...
The Visual Basic statement that requires all variables to be declared...
Which of the following is not a rule for naming identifiers for...
You can vertically align a group of controls on your form by first...