.
True
False
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
& (ampersand)
@ (at)
' (apostrophe)
_ (underscore)
Rate this question:
ForeColor
BackColor
Appearance
Background
Rate this question:
TxtName.Focus()
TxtName = Focus()
TxtName = Top()
TxtName.First()
Rate this question:
TxtMessage.Text = ""
TxtMessage.Clear()
TxtMessage.Text = String.Empty
All of the answers are correct
Rate this question:
Cause the control to appear to the right of the other controls
Make the control Visible
Align the control to the left of the other controls
Set the focus on this control when the program begins running
Rate this question:
Using ampersand (&)
Using at (@)
Using underscore ( _)
Capitalizing the first letter of the word
Rate this question:
Setting their X property to the same value
Selecting Align from the Format menu and then choosing Lefts.
Selecting "Make Same Size" from the Layout toolbar
Setting their Height property to the same value
Rate this question:
Caption
Name
Text
Appearance
Rate this question:
Form
GroupBox
RadioButton
All of the above are objects
Rate this question:
Pressing the Enter key at the end of the line
Adding a blank space and a plus sign ( + ) at the end of the line
Adding a blank space and an ampersand ( & ) at the end of the line
Adding a blank space and an underscore ( _ ) at the end of the line
Rate this question:
Identifier
Identity
Declaration
Dimension
Rate this question:
Are only used for variables and are not needed for constants
Are only allowed in the Declarations section of a form
Give variables and constants names, and specify the type of data they will hold
Both answers B and C are correct.
Rate this question:
Integer
Real
Decimal
String
Rate this question:
Decimal
Short
Integer
Fraction
Rate this question:
Names may contain underscores, but not good coding standards
Names may contain letters
Names may contain digits
Names may contain spaces
Rate this question:
Identifiers for constants should use an underscore between words
Identifiers should use periods to separate words
Identifiers should list the data type at the end of the name
Identifiers cannot contain embedded blanks
Rate this question:
1 to 8 characters
1 to 256 characters
1 to 4,000 characters
1 to 16,383 characters
Rate this question:
DecUnitsEnrolled
StrZipCode
Dec.amount.due
STRCOUNTRY
Rate this question:
Include the data type at the end of the identifier
Everything in the identifier's name should be capitalized except the data type
Identifiers for constants should begin with a prefix of Const
Identifiers for constants should use an underscore between words
Rate this question:
Declared using the keyword Const
Declared using the keyword Dim
Placed in the Declarations section of a form
Built into Visual Studio
Rate this question:
Boolean
String
Object
Variable
Rate this question:
Declaration
Size
Storage location
Identifier
Rate this question:
Dim indexWhole as Whole
Dim strIndex as String
Dim Integer as Index
Dim intIndex as Integer
Rate this question:
Dim indexFraction As Fraction
Dim strIndex As String
Dim decIndex As Decimal
Dim intIndex As Integer
Rate this question:
The Declarations section of the form
The Form_Load procedure
The event procedure where intCounter will be used
The Namespace Constants file
Rate this question:
The Declarations section of the form
The Form_Load procedure
The event procedure where STR_ACCOUNT_NUMBER will be used
The Namespace Constants file
Rate this question:
Namespace
Module-level
Local
Block
Rate this question:
Local
Module-level
Namespace
Private
Rate this question:
Anywhere in the project
Only in the procedure where the Dim statement is shown
Anywhere in the project if the variable name is changed to STR_NAME
Only once in the procedure
Rate this question:
Module-level variable
Local variable
Block variable
General variable
Rate this question:
Dim
Const
Private
Public
Rate this question:
Convert data in a textbox to a numeric value with no decimal places
Properly align decimal positions in a numeric value
Add a dollar sign ($) to improve the way the output looks
Convert data in a textbox to a numeric value with 2 decimal places
Rate this question:
Integer.Parse
Decimal.Parse
Parse.String
All of the above are valid
Rate this question:
Multiplication and division
Addition and subtraction
Exponentiation
Operators are not significant; all calculations are evaluated from left to right
Rate this question:
6
14
20
48
Rate this question:
Quiz Review Timeline +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.