Q. You assign an access key by including an . . . . . . . . option in the control's caption or identifying label.

  • (A) &
  • (B) $
  • (C) #
  • (D) @
πŸ’¬ Discuss
βœ… Correct Answer: (A) &

Q. One can display a message box using the . . . . . . . . method.

  • (A) MessageBox
  • (B) AlertBox.View
  • (C) MessageBox.Show
  • (D) None of the above
πŸ’¬ Discuss
βœ… Correct Answer: (C) MessageBox.Show

Q. in . . . . . . . . box & . . . . . . . . can edit in run time

  • (A) text box & combo box
  • (B) list and combo
  • (C) label and text
  • (D) all of these.
πŸ’¬ Discuss
βœ… Correct Answer: (A) text box & combo box

Q. . . . . . . . . is a programming language that allows the programmer to use objects to accomplish his goals.

  • (A) Structured programming language
  • (B) Object-oriented programming language
  • (C) Top-down programming language
  • (D) Bottom-up programming language
πŸ’¬ Discuss
βœ… Correct Answer: (B) Object-oriented programming language

Q. When you have a loop within a loop, then you have created a . . . . . . . ..

  • (A) select case control
  • (B) next
  • (C) if condition
  • (D) nested loop
πŸ’¬ Discuss
βœ… Correct Answer: (D) nested loop

Q. In VB, The while loop is end by . . . . . . . .

  • (A) stop
  • (B) next
  • (C) wend
  • (D) nested
πŸ’¬ Discuss
βœ… Correct Answer: (C) wend

Q. Following are the not condition operator .

  • (A) >
  • (B) <
  • (C) <>
  • (D) mod
πŸ’¬ Discuss
βœ… Correct Answer: (D) mod

Q. The text of many controls contain an underlined letter known as . . . . . . . .

  • (A) Access keys
  • (B) Underlined keys
  • (C) Keys
  • (D) Hidden keys
πŸ’¬ Discuss
βœ… Correct Answer: (A) Access keys

Q. Form is called as the . . . . . . . .

  • (A) object
  • (B) dot member access operator
  • (C) instance of a class
  • (D) class
πŸ’¬ Discuss
βœ… Correct Answer: (B) dot member access operator

Q. in . . . . . . . . , first we check the condition , if the condition is true then it execute the true statement .

  • (A) while
  • (B) do while
  • (C) if condition
  • (D) nested
πŸ’¬ Discuss
βœ… Correct Answer: (A) while