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

1
In an If statement, when the condition is true, _______.
A)only the Else clause is executed
B)only the Else If clause is executed
C)only the End If statement is executed
D)only the Then clause is executed
2
Which of the following is a comparison operator?
A)And
B)>
C)+
D)&
3
When comparing strings, which one of the following strings is less than the others, based on the ANSI code?
A)ONETWOTHREE
B)onetwothree
C)OneTwoThree
D)1Two3
4
With the logical operator _______, both conditions must be true for the entire condition to evaluate True.
A)And
B)Or
C)AndAlso
D)OrElse
5
The Debug.WriteLine method will display its results in the ________ window.
A)Debug
B)Immediate
C)WriteLine
D)Breakpoint







Programming in VB .NET 2005Online Learning Center

Home > Chapter 4 > Multiple Choice Quiz