0

Visual Studio .net Quiz - 3

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

With A = False and B = True, which statement evaluates as False?

  1. A OR A

  2. A OR B

  3. B OR A

  4. B OR B

  5. None are true.


Correct Option: A
  1. Clear

  2. Copy

  3. Cut

  4. Paste

  5. All of these methods use the clipboard


Correct Option: A
  1. AcceptsReturn

  2. BorderStyle

  3. Font

  4. Name

  5. Text


Correct Option: D
  1. None

  2. One

  3. MultiSimple

  4. MultiExtended

  5. All of the above.


Correct Option: E
  1. cause an error.

  2. cannot be done.

  3. de-select any selected item.

  4. Both a and b.

  5. All of the above.


Correct Option: C
  1. Items.RemoveAt

  2. Item.RemoveAt

  3. Items.ClearAt

  4. Item.ClearAt

  5. Items.Clear


Correct Option: A
  1. is a collection of items.

  2. is the same as the Items property of a ListBox.

  3. contains methods and properties.

  4. Both a and b.

  5. All of the above.


Correct Option: E
  1. DropDown

  2. DropDownSimple

  3. DropDownList

  4. Both a and b.

  5. All of the above.


Correct Option: A
  1. ListBox and TextBox

  2. ListBox and InputBox

  3. ListBox and MsgBox

  4. Label and TextBox

  5. Label and InputBox


Correct Option: A
  1. the next Else statement is activated.

  2. the next If statement is activated.

  3. the next Then statement is activated.

  4. the End If statement is activated.

  5. a condition can never test true.


Correct Option: C
- Hide questions