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.

10 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Which are the standard prefixes for the text box and label controls respectively?

  1. tex and lbl
  2. tex and lab
  3. txb and lbl
  4. txb and lab
  5. txt and lab
Question 2 Multiple Choice (Single Answer)

Which task is accomplished in the Code editor?

  1. Adding forms to the project
  2. Adding controls to the form
  3. Adding event procedures to the form
  4. Both a and b.
  5. 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?

  1. Online help
  2. WYSIWYG formatting
  3. Dialog boxes
  4. Detailed key strokes and commands
  5. Icons
Question 4 Multiple Choice (Single Answer)

An object is composed of:

  1. properties.
  2. methods.
  3. events.
  4. Both a and b.
  5. All of the above.
Question 5 Multiple Choice (Single Answer)

Which statement about objects is true?

  1. One object is used to create one class.
  2. One class is used to create one object.
  3. One object can create many classes.
  4. One class can create many objects.
  5. 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?

  1. They are pre-built.
  2. They are graphical objects.
  3. New versions of the classes must be created with each project.
  4. Buttons can be created with the drag and drop method.
  5. All of the above are true.
Question 7 Multiple Choice (Single Answer)

Which is an example of Visual Basic Objects?

  1. Control objects
  2. ASP.NET
  3. ADO.NET
  4. Both a and b.
  5. All of the above.
Question 8 Multiple Choice (Single Answer)

The .Net class library:

  1. contains over 25,000 classes.
  2. uses namespaces to manage all of the classes.
  3. has the System.Form namespace for classes used in Windows-based application.
  4. Both a and b.
  5. All of the above.
Question 9 Multiple Choice (Single Answer)

Which is not a property of the Common control class?

  1. Show
  2. BackColor
  3. Font
  4. ForeColor
  5. Name
Question 10 Multiple Choice (Single Answer)

Which property determines whether a control is displayed to the user?

  1. Hide
  2. Show
  3. Visible
  4. Enabled
  5. Cursor