Visual Basic - Study Mode

[#491] What happens when both the minimize box and maximize box property are set to false in Visual Basic?
Correct Answer

(A) Both are removed from the title bar

[#492] In Visual Basic, which of the following keyword tells the computer to pass the variable's address rather than its contents?
Correct Answer

(C) ByRef

[#493] In Visual Basic if we declare a variable without any data type by . . . . . . . .this the data type is assigned as default..
Correct Answer

(C) variant

[#494] Which of the following method is used to sort an array in visual basic?
Correct Answer

(A) Array.Sort()

[#495] Which of the following instruction tells the computer to close the current form in Visual Basic?
Correct Answer

(B) Me.Close()