0

Visual Studio .net Quiz - 2

Description: Visual Studio .net Quiz - 2
Number of Questions: 10
Created by:
Tags: .net visual-studio
Attempted 0/10 Correct 0 Score 0
  1. programmatically through the click event.

  2. by clicking the button with the mouse.

  3. with the form’s DefaultButton property.

  4. Both a and b.

  5. All of the above.


Correct Option: D
  1. Button

  2. Form

  3. Label

  4. TextBox

  5. Timer


Correct Option: B
  1. selecting the object and event from the code editor window’s drop-down boxes.

  2. typing the code in the code editor window.

  3. by double clicking the control.

  4. Both a and b.

  5. All of the above.


Correct Option: E
  1. the system.

  2. a user’s action.

  3. the program itself.

  4. Both a and b.

  5. All of the above.


Correct Option: E
  1. Click

  2. SingleClick

  3. DoubleClick

  4. MouseMove

  5. MouseDown


Correct Option: B
  1. Form

  2. Button

  3. TextBox

  4. Label

  5. Timer


Correct Option: E

The Activated event is found only in which object?

  1. Form

  2. Button

  3. TextBox

  4. Label

  5. Timer


Correct Option: E
  1. decimal value between 0.01 and 1.00.

  2. integer value between 0.01 and 1.00.

  3. decimal value between 0.0 and 1.0.

  4. integer value between 0.0 and 1.0.

  5. decimal value between 0.0 and up to 1.0, but not including 1.0.


Correct Option: E
  1. collecting the requirements about what the program will accomplish.

  2. creating a detailed plan on how the program will accomplish the requirements.

  3. writing the software with a program such as VB.NET.

  4. Both a and b.

  5. All of the above.


Correct Option: A
  1. Analysis

  2. Design

  3. Implementation

  4. Maintenance

  5. Documentation


Correct Option: D
- Hide questions