Visual Basic - Study Mode

[#111] Following properties is use full to link ms-access in ADODC.
Correct Answer

(A) data source

[#112] If the txtPrice control contains the value 75, what value will the Decimal.TryParse (txtPrice.Text,decPrice) method return?
Correct Answer

(D) 75.00

[#113] . . . . . . . . and . . . . . . . . operators use same symbol.
Correct Answer

(D) Subtraction, negation

[#114] The procedure associated with the KeyPress event has . . . . . . . . parameters.
Correct Answer

(A) 2

[#115] Arranging data in a specific order is called as . . . . . . . .
Correct Answer

(B) Sorting