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

1
The conditions to be tested can be formed with numeric variables and constants, string variables and constants, object properties, and arithmetic expressions.
A)True
B)False
2
“3” <> “Three”
A)True
B)False
3
Nested Ifs or compound conditionals may be used for testing multiple conditions.
A)True
B)False
4
Testing a group of check boxes should be done with a nested If.
A)True
B)False
5
A DialogResult type holds the return value of a Show method for a message box with multiple buttons.
A)True
B)False







Programming in VB .NET 2005Online Learning Center

Home > Chapter 3 > True or False