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 21 of 25

Q201.
……………. method finds the location of the specified screen point to client co-ordinates.
Discuss
Answer: (c).PointToClient
Q202.
……………. event occurs when a key is pressed while the form has the focus.
Discuss
Answer: (b).Keypress
Q203.
In the new sub procedure of windows forms, the code calls a procedure named ………………., which adds and arranges the controls in the form.
Discuss
Answer: (a).InitializeComponent
Q204.
……………….. keyword is used to refer to the current object.
Discuss
Answer: (b).Me
Q205.
The possible values for the FormBorderStyle property is/are the following
i) Fixed3D ii) None iii) FixedSingle iv) VariableDialog
Discuss
Answer: (a).i, ii and iii only
Q206.
Form’s ………………. property is used to specify t he initial position on the screen.
Discuss
Answer: (b).StartPosition
Q207.
We can assign form’s start position property values from the FormStartPosition enumeration, with the following values.
i) Certerpart ii) CenterScreen iii) Manual iv) Location
Discuss
Answer: (a).i, ii and iii only
Discuss
Answer: (c).Form1.StartPosition=FormStartPosition.CenterScreen
Q209.
………….. class is built into the .Net Framework to display messages and accept input from the user.
Discuss
Answer: (b).MessageBox
Q210.
…………….. is a string expression displayed as the message in the dialog box.
Discuss
Answer: (a).Prompt

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!