Home

Visual Basic MCQ Question with Answer

Visual Basic MCQ with detailed explanation for interview, entrance and competitive exams. Explanation are given for understanding.

Download Visual Basic MCQ Question Answer PDF

Question No : 15
The amount of text any one can place in text box is maximum 64 kb.

True
False

Question No : 16
In a text box control the default caption for text box is text1.

True
False

Question No : 17
It is possible to change the password character property of text box control at run time.

True
False

Question No : 18
Sorted property of list box control is a design time property and cannot be changed in runtime.

True
False

Question No : 19
Sorted property of list box control is a design time property and cannot be changed in runtime.

True
False

Question No : 20
List count property returns total number of items in list box control.

True
False

Question No : 21
When someone uses the code like list1.list(1); then it will return the first item of the list box control.

True
False