Q. The OptionButton control is used to selects one of the choices. its main property is . . . . . . . .value.

  • (A) list
  • (B) check
  • (C) value
  • (D) text
πŸ’¬ Discuss
βœ… Correct Answer: (C) value

Q. The . . . . . . . . function temporarily converts the string to a number and then returns the number.

  • (A) Val
  • (B) Value
  • (C) Integer
  • (D) Convert
πŸ’¬ Discuss
βœ… Correct Answer: (A) Val

Q. Static variable can only be used in the . . . . . . . . in which it is declared.

  • (A) Class
  • (B) Any procedures in the form
  • (C) Any form
  • (D) Only the Procedure it is declared in
πŸ’¬ Discuss
βœ… Correct Answer: (D) Only the Procedure it is declared in

Q. Most common error that occur in selection structure is . . . . . . . .

  • (A) Logical error
  • (B) Syntactical error
  • (C) Segmentation fault
  • (D) Compiler error
πŸ’¬ Discuss
βœ… Correct Answer: (A) Logical error

Q. The . . . . . . . . methodreturns an integer that representsthe highest subscript in the specified dimension in the array.

  • (A) Subscript
  • (B) GetUpperBound
  • (C) GetSubscript
  • (D) SubscriptOfArray
πŸ’¬ Discuss
βœ… Correct Answer: (A) Subscript

Q. Which box contains the name of the selected object?

  • (A) Select Box
  • (B) Object Box
  • (C) List Box
  • (D) Display box
πŸ’¬ Discuss
βœ… Correct Answer: (B) Object Box

Q. . . . . . . . . is commonly used to perform an immediate action when clicked.

  • (A) Exit
  • (B) Button control
  • (C) Close
  • (D) End
πŸ’¬ Discuss
βœ… Correct Answer: (B) Button control

Q. The main Property of picture box is . . . . . . . .

  • (A) check
  • (B) value
  • (C) caption
  • (D) picture
πŸ’¬ Discuss
βœ… Correct Answer: (D) picture

Q. Which property contains a number that represents the order in which the control was added to the form?

  • (A) TabIndex property
  • (B) Order property
  • (C) Tab order property
  • (D) Index property
πŸ’¬ Discuss
βœ… Correct Answer: (A) TabIndex property

Q. The requirement for not repeating the instructions is referred to as the . . . . . . . .

  • (A) Loop exit condition
  • (B) Looping condition
  • (C) Conditional statement
  • (D) Iterative statement
πŸ’¬ Discuss
βœ… Correct Answer: (A) Loop exit condition