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

1
In an If statement, when the condition is false, only the Else clause, if present, is executed.
A)True
B)False
2
The Uniform Modeling Language(UML) can be used to nest if statements in code.
A)True
B)False
3
It's a good idea to always use the ToUpper or ToLower method on the Text property of text boxes, whenever comparing string values.
A)True
B)False
4
Usually the code written for a Case structure is simpler and easier to read than if the same code was written with nested Ifs.
A)True
B)False
5
When using Select Case, the group of statements must end with End Case.
A)True
B)False







Programming in VB .NET 2005Online Learning Center

Home > Chapter 4 > True or False