Q. . . . . . . . . data type can store any type of data.

  • (A) Object
  • (B) Universal
  • (C) DataType
  • (D) Common
πŸ’¬ Discuss
βœ… Correct Answer: (A) Object

Q. Which option is used to align two or more controls by their left, right, top or bottom borders?

  • (A) Align option
  • (B) Range option
  • (C) Associate option
  • (D) Alignment option
πŸ’¬ Discuss
βœ… Correct Answer: (A) Align option

Q. In VB, The. . . . . . . . function converts all the characters of a string to capital letters.

  • (A) str()
  • (B) ucase()
  • (C) val ()
  • (D) len()
πŸ’¬ Discuss
βœ… Correct Answer: (B) ucase()

Q. Which statement is used to define a class in visual basic?

  • (A) Class statement
  • (B) Event statement
  • (C) Event class statement
  • (D) Form class statement
πŸ’¬ Discuss
βœ… Correct Answer: (A) Class statement

Q. A . . . . . . . . variable is the instance of the String class.

  • (A) Button
  • (B) String
  • (C) Character
  • (D) Array
πŸ’¬ Discuss
βœ… Correct Answer: (B) String

Q. . . . . . . . . button is used to select a control from the form.

  • (A) Exit button
  • (B) Select button
  • (C) Edit button
  • (D) Delete button
πŸ’¬ Discuss
βœ… Correct Answer: (A) Exit button

Q. In . . . . . . . . if condition we can check more then one condition .

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

Q. In a . . . . . . . . loop the condition is evaluated before the instructions within the loop are processed.

  • (A) Posttest
  • (B) Pretest
  • (C) Conditional loop
  • (D) Unconditional loop
πŸ’¬ Discuss
βœ… Correct Answer: (B) Pretest

Q. . . . . . . . . is used to open a sequential access file for output.

  • (A) CreateText method
  • (B) AppendText method
  • (C) OpenText method
  • (D) WriteText method
πŸ’¬ Discuss
βœ… Correct Answer: (A) CreateText method

Q. The most common event associated with the command button is the . . . . . . . . event,

  • (A) click
  • (B) change
  • (C) double click
  • (D) text
πŸ’¬ Discuss
βœ… Correct Answer: (A) click