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

1
Relational operators cannot be used to compare data stored as the char data type.
A)True
B)False
2
In order for two strings to be compared as equal, they must be exactly the same, including capitalization.
A)True
B)False
3
A compound condition is created to test more than one condition.
A)True
B)False
4
Compound conditions are created by joining conditions with relational operators.
A)True
B)False
5
If there is an & and an || in a compound condition, the || is evaluated before the &.
A)True
B)False
6
When evaluating a compound condition, all conditions are always evaluated.
A)True
B)False
7
A nested if statement is an if statement that contains additional if statements.
A)True
B)False
8
Nested if statements cannot appear in the else portion of an if / else statement.
A)True
B)False
9
Nested if statements can be used to determine which button of a radio button group has been selected.
A)True
B)False
10
Programmers often create a variable that will store the message to be displayed in a message box instead of displaying the literal itself.
A)True
B)False







Programming in Visual C# 2005Online Learning Center

Home > Chapter 4 > True or False