Site MapHelpFeedbackMultiple Choice Quiz
Multiple Choice Quiz
(See related pages)

1
Variables that may be used only within a procedure are called
A)Module-level
B)Local
C)Class-level
D)Block level
2
The proper data type for whole numbers is
A)Decimal
B)Integer
C)String
D)Single
3
Which of the following is NOT a valid name for a local variable that will hold a numeric amount?
A)amount.Decimal
B)amountDueDecimal
C)amountDecimal
D)amountInteger
4
The Public and Private statement may be used to declare
A)Module-level variables
B)Local variables
C)Block-level variables
D)All of the above
5
A Message Box Show method allows the programmer to set the
A)Text message
B)Titlebar text
C)Buttons and Icons
D)All of the above







Programming in VB .NET 2005Online Learning Center

Home > Chapter 3 > Multiple Choice Quiz