Visual Basic - Study Mode

[#436] The code in an application can be broken into logical component by . . . . . . . . process
Correct Answer

(B) procedural

[#437] In VB, Standard modules and Class modules. provides three kind of property procedures but following not include in this
Correct Answer

(D) property post procedure

[#438] String data type can store from zero to . . . . . . . . Unicode characters.
Correct Answer

(B) 2 billion

[#439] In VB, the. . . . . . . . is the function that computes the square root of a number.
Correct Answer

(A) sqrt()

[#440] In most applications, the code to define a user-defined data type is entered in the form's.
Correct Answer

(A) Declarations section