Visual Basic - Study Mode

[#296] A function can receive information either by value or by . . . . . . . .
Correct Answer

(A) Reference

[#297] In VB, . . . . . . . . is the function that returns the absolute value of a number.
Correct Answer

(C) abs()

[#298] The item that appears in the text portion of a combo box is stored in which property?
Correct Answer

(C) Text

[#299] Option Strict On disallows conversion of Double data type to . . . . . . . . implicitly.
Correct Answer

(D) String

[#300] In the following code, the body of If will execute if txtState.Text contains? If txtState.Text Like "K*" Then
Correct Answer

(A) K