Site MapHelpFeedbackTrue or False
True or False
(See related pages)

1
A constant contains data whose value may be changed during the execution of a project
A)True
B)False
2
Data whose value may not be changed during the execution of a project is referred to as a constant
A)True
B)False
3
If you are declaring a variable that will be used in calculations, you may use the string data type
A)True
B)False
4
GrandTotalDecimal is a valid variable name
A)True
B)False
5
Assume that a variable is declared in the Declarations section of a form and named TOTAL_PAY_Decimal. This variable, TOTAL_PAY_Decimal, will be visible to all procedures in that form even though the programmer did not follow the naming conventions in the textbook and name the variable TotalPayDecimal
A)True
B)False
6
When naming a constant, you should use uppercase characters in the name with an underscore between the words and the data type at the end of the name
A)True
B)False
7
SCHOOL_NAME_String is in the correct format for a constant that holds the name of your school
A)True
B)False
8
Constants can store string or numeric values
A)True
B)False
9
Numeric constants may contain only the digits ( 0 - 9 ), a decimal point, and a sign ( + or - ) at the left side
A)True
B)False
10
Although it is best to always declare the data type on a Dim statement, the data type is optional
A)True
B)False







Bradley:Programming in VB 2008Online Learning Center

Home > Chapter 3 > True or False