Q. Which of the following instructs a function to return the contents of the decStateTax variable?

  • (A) Return decStateTax
  • (B) Return ByVal decStateTax
  • (C) Send decStateTax
  • (D) SendBack decStateTax
πŸ’¬ Discuss
βœ… Correct Answer: (A) Return decStateTax

Q. A . . . . . . . . is a word that has special meaning in computer language.

  • (A) keyword
  • (B) constant
  • (C) variable
  • (D) literal
πŸ’¬ Discuss
βœ… Correct Answer: (A) keyword

Q. The . . . . . . . . event occurs when the user either types a value in the text portion of a combo box or selects a different item in the list portion.

  • (A) ChangedItem
  • (B) ChangedValue
  • (C) SelectedItemChanged
  • (D) TextChanged
πŸ’¬ Discuss
βœ… Correct Answer: (D) TextChanged

Q. . . . . . . . . are open from the View menu or pressing the key F2. The left column of the Object Browser lists the objects and classes that are available in the projects

  • (A) properties window
  • (B) project explorer
  • (C) object
  • (D) object browser
πŸ’¬ Discuss
βœ… Correct Answer: (D) object browser

Q. . . . . . . . . capitalization is used for menu item captions.

  • (A) Book title
  • (B) Sentence
  • (C) Line
  • (D) Title
πŸ’¬ Discuss
βœ… Correct Answer: (A) Book title

Q. In Visual Basic . . . . . . . . is used for coding single-alternative and dual-alternative selection structures.

  • (A) If...Then...Else statement
  • (B) Switch-Case block
  • (C) Recursion
  • (D) function overloading
πŸ’¬ Discuss
βœ… Correct Answer: (A) If...Then...Else statement

Q. Which property is used to view the full image in the Picture Box?

  • (A) View full image
  • (B) StretchImage
  • (C) View Image
  • (D) Full Size Image
πŸ’¬ Discuss
βœ… Correct Answer: (B) StretchImage

Q. The items listed in the Call statement are referred to as . . . . . . . .

  • (A) Arguments
  • (B) Parameters
  • (C) Passers
  • (D) Callers
πŸ’¬ Discuss
βœ… Correct Answer: (A) Arguments

Q. Which of the following type of constant is ControlChars.NewLine constant?

  • (A) Character
  • (B) Pure
  • (C) Intrinsic
  • (D) Invariable
πŸ’¬ Discuss
βœ… Correct Answer: (C) Intrinsic

Q. The . . . . . . . . displays the most commonly used items.

  • (A) Common tab
  • (B) All tab
  • (C) Most tab
  • (D) Most used tab
πŸ’¬ Discuss
βœ… Correct Answer: (A) Common tab