adplus-dvertising

Welcome to the VB NET MCQs Page

Dive deep into the fascinating world of VB NET with our comprehensive set of Multiple-Choice Questions (MCQs). This page is dedicated to exploring the fundamental concepts and intricacies of VB NET, a crucial aspect of Web Technologies. In this section, you will encounter a diverse range of MCQs that cover various aspects of VB NET, from the basic principles to advanced topics. Each question is thoughtfully crafted to challenge your knowledge and deepen your understanding of this critical subcategory within Web Technologies.

frame-decoration

Check out the MCQs below to embark on an enriching journey through VB NET. Test your knowledge, expand your horizons, and solidify your grasp on this vital area of Web Technologies.

Note: Each MCQ comes with multiple answer choices. Select the most appropriate option and test your understanding of VB NET. You can click on an option to test your knowledge before viewing the solution for a MCQ. Happy learning!

VB NET MCQs | Page 20 of 25

Q191.
……………. function in vb.net converts string to number data type.
Discuss
Answer: (b).Val
Q192.
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
Discuss
Answer: (d).All i, ii, iii and iv
Q193.
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
Discuss
Answer: (d).i and iii
Q194.
The …………… property in array class of vb .net, returns an integer indicating the number of dimensions of the array.
Discuss
Answer: (c).rank
Q195.
State the following statements are True or False for arrays in visual basic .net are
i) Array are objects in vb .net
ii) Array variables can have the public, protected, friend, private or protected friend specifier
Discuss
Answer: (c).True, True
Q196.
In Int32structure ……………….. function converts the string representation of a number of its Int32 equivalent.
Discuss
Answer: (a).parse
Q197.
………………. method converts the value of the instance to a double representing the OLE Automation date.
Discuss
Answer: (b).TO OA Date
Q198.
………………… property on windows forms, gets or sets the size and location of the form on the windows desktop.
Discuss
Answer: (c).DesktopBounds
Q199.
Windows forms public object property, …………….. gets or sets the bounding rectangle for the form.
Discuss
Answer: (d).Bounds
Q200.
………………. method on windows forms public object methods, gets the child control that is located at the specified co-ordinates.
Discuss
Answer: (a).GetChildAtPoint

Suggested Topics

Are you eager to expand your knowledge beyond Web Technologies? We've curated a selection of related categories that you might find intriguing.

Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!