Visual Basic - Study Mode

[#141] Following are the logical operator
Correct Answer

(B) or

[#142] In VB, A Function procedure returns a value and a . . . . . . . . does not return a value.
Correct Answer

(B) procedure

[#143] If you keep a variable undeclared, it is automatically taken as to which of the following data type in Visual Basic?
Correct Answer

(C) Object

[#144] The variable name is also termed as . . . . . . . .
Correct Answer

(C) Identifier

[#145] Which is the caption part for the following Visual Basic command? MessageBox.Show("Delete this record?","Payroll",MessageBoxButtons.YesNo,
MessageBoxIcon.Exclamation, MessageBoxDefaultButton.Button2).
Correct Answer

(B) "Payroll"