VB NET set 20

Que: 191. ……………. function in vb.net converts string to number data type.
a. Chr
b. Val
c. Asc
d. Str
Que: 192. Which of the following string handling functions and methods are used to compare two strings.i) StrComp ii) String.Compare iii) String.Equals iv) String.CompareTo
a. i, ii and iii only
b. ii, iii and iv only
c. i, iii and iv only
d. All i, ii, iii and iv
Que: 193. The string handling function, “Mid” in visual basic .net is used to ……………..i) get a substring ii) insert a substring iii) remove text iv) format string
a. i and ii
b. ii and iii
c. iii and iv
d. i and iii
Que: 194. The …………… property in array class of vb .net, returns an integer indicating the number of dimensions of the array.
a. sort
b. reverse
c. rank
d. index of
Que: 195. State the following statements are True or False for arrays in visual basic .net arei) Array are objects in vb .netii) Array variables can have the public, protected, friend, private or protected friend specifier
a. True, False
b. False, True
c. True, True
d. False, False
Que: 196. In Int32structure ……………….. function converts the string representation of a number of its Int32 equivalent.
a. parse
b. reverse
c. rank
d. index of
Que: 197. ………………. method converts the value of the instance to a double representing the OLE Automation date.
a. Date CONV
b. TO OA Date
c. OLE Date
d. Auto Date
Que: 198. ………………… property on windows forms, gets or sets the size and location of the form on the windows desktop.
a. Clientsize
b. Size
c. DesktopBounds
d. Bounds
Que: 199. Windows forms public object property, …………….. gets or sets the bounding rectangle for the form.
a. Clientsize
b. Size
c. DesktopBounds
d. Bounds
Que: 200. ………………. method on windows forms public object methods, gets the child control that is located at the specified co-ordinates.
a. GetChildAtPoint
b. GetNextControl
c. GetChildControl
d. GetChildPoint