Visual Studio .net Quiz
Test your knowledge of Visual Studio .NET fundamentals including control prefixes, forms, objects, classes, properties, methods, events, and the .NET class library.
Questions
Question 1 Multiple Choice (Single Answer)
Which are the standard prefixes for the text box and label controls respectively?
- tex and lbl
- tex and lab
- txb and lbl
- txb and lab
- txt and lab
Question 2 Multiple Choice (Single Answer)
Which task is accomplished in the Code editor?
- Adding forms to the project
- Adding controls to the form
- Adding event procedures to the form
- Both a and b.
- All of the above.
Question 3 Multiple Choice (Single Answer)
Which is not a feature of a GUI that makes learning a program easy for users?
- Online help
- WYSIWYG formatting
- Dialog boxes
- Detailed key strokes and commands
- Icons
Question 4 Multiple Choice (Single Answer)
An object is composed of:
- properties.
- methods.
- events.
- Both a and b.
- All of the above.
Question 5 Multiple Choice (Single Answer)
Which statement about objects is true?
- One object is used to create one class.
- One class is used to create one object.
- One object can create many classes.
- One class can create many objects.
- There is no relationship between objects and classes.
Question 6 Multiple Choice (Single Answer)
Which is not true about forms and controls in Visual Basic?
- They are pre-built.
- They are graphical objects.
- New versions of the classes must be created with each project.
- Buttons can be created with the drag and drop method.
- All of the above are true.
Question 7 Multiple Choice (Single Answer)
Which is an example of Visual Basic Objects?
- Control objects
- ASP.NET
- ADO.NET
- Both a and b.
- All of the above.
Question 8 Multiple Choice (Single Answer)
The .Net class library:
- contains over 25,000 classes.
- uses namespaces to manage all of the classes.
- has the System.Form namespace for classes used in Windows-based application.
- Both a and b.
- All of the above.
Question 9 Multiple Choice (Single Answer)
Which is not a property of the Common control class?
- Show
- BackColor
- Font
- ForeColor
- Name
Question 10 Multiple Choice (Single Answer)
Which property determines whether a control is displayed to the user?
- Hide
- Show
- Visible
- Enabled
- Cursor