0

Visual Studio .net Quiz

Description: Visual Studio .net Quiz
Number of Questions: 10
Created by:
Tags: .net visual-studio
Attempted 0/10 Correct 0 Score 0
  1. tex and lbl

  2. tex and lab

  3. txb and lbl

  4. txb and lab

  5. txt and lab


Correct Option: C

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.


Correct Option: C

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


Correct Option: D

An object is composed of:

  1. properties.

  2. methods.

  3. events.

  4. Both a and b.

  5. All of the above.


Correct Option: E
  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.


Correct Option: D

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.


Correct Option: C
  1. Control objects

  2. ASP.NET

  3. ADO.NET

  4. Both a and b.

  5. All of the above.


Correct Option: E

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.


Correct Option: D

Which is not a property of the Common control class?

  1. Show

  2. BackColor

  3. Font

  4. ForeColor

  5. Name


Correct Option: A
- Hide questions