Visual Basic - Study Mode

[#411] The . . . . . . . . constant instructs the computer to advance the insertion point to the next line in control.
Correct Answer

(A) ControlChars.NewLine

[#412] The . . . . . . . . operator is commonly used to determine whether a number is even or odd.
Correct Answer

(B) Modulus

[#413] . . . . . . . . operator reverses the truth value of the operation.
Correct Answer

(C) NOT

[#414] A variable is scoped to a global or local variable depending on how it is declared.
Correct Answer

(A) TRUE

[#415] A procedure-level variable is declared using . . . . . . . . keyword.
Correct Answer

(C) Dim