Q. . . . . . . . . operator returns true, if all the sub-conditions are true.

  • (A) AND
  • (B) OR
  • (C) NOT
  • (D) NAND
πŸ’¬ Discuss
βœ… Correct Answer: (A) AND

Q. What happens when a control is deleted from a form?

  • (A) Does not delete the control's code
  • (B) Does delete the control's code
  • (C) Control is deleted in total
  • (D) Control is not deleted, it can be brought back
πŸ’¬ Discuss
βœ… Correct Answer: (A) Does not delete the control's code

Q. Between the function's . . . . . . . . and . . . . . . . . you enter the instructions to process when the function is invoked.

  • (A) Header and footer
  • (B) Parameters and arguments
  • (C) Call and return
  • (D) Return type and function name
πŸ’¬ Discuss
βœ… Correct Answer: (A) Header and footer

Q. In the following code, the body of If will execute if strFirst contains?

Code:
If strFirst.ToUpper Like "T[OI]M" Then
  • (A) TIM
  • (B) TM
  • (C) IM
  • (D) OM
πŸ’¬ Discuss
βœ… Correct Answer: (A) TIM

Q. You use the . . . . . . . . tool to add a radio button to a form.

  • (A) Button
  • (B) Radio
  • (C) Option
  • (D) RadioButton
πŸ’¬ Discuss
βœ… Correct Answer: (D) RadioButton

Q. In VB, . . . . . . . . is used to enter the more then one value in a single variable having same data types.

  • (A) dim
  • (B) structure
  • (C) array
  • (D) variable
πŸ’¬ Discuss
βœ… Correct Answer: (C) array

Q. The instruction in the loop body is referred to as . . . . . . . .

  • (A) Priming read
  • (B) After read
  • (C) Before read
  • (D) Update read
πŸ’¬ Discuss
βœ… Correct Answer: (D) Update read

Q. The computer creates the object when it processes the statement containing . . . . . . . . keyword.

  • (A) Class
  • (B) Object
  • (C) New
  • (D) Private
πŸ’¬ Discuss
βœ… Correct Answer: (C) New

Q. The instruction above the loop is known as the . . . . . . . .

  • (A) Priming read
  • (B) After read
  • (C) Before read
  • (D) Reading
πŸ’¬ Discuss
βœ… Correct Answer: (A) Priming read

Q. To menu editor is available in . . . . . . . . button of the mouse

  • (A) left
  • (B) right
  • (C) got focus
  • (D) none of these
πŸ’¬ Discuss
βœ… Correct Answer: (A) left