Q. The . . . . . . . . statement does not indicate whether a variable is passed by value or by reference.

  • (A) Call
  • (B) Parameter
  • (C) Function
  • (D) Declaration
πŸ’¬ Discuss
βœ… Correct Answer: (A) Call

Q. code in vb is stored in the form of . . . . . . . .

  • (A) module
  • (B) form
  • (C) .vbp
  • (D) none of these
πŸ’¬ Discuss
βœ… Correct Answer: (A) module

Q. . . . . . . . . are collections of small iconic button that resides in a Menu- bar

  • (A) tool bar
  • (B) command button
  • (C) menu bar
  • (D) tool box
πŸ’¬ Discuss
βœ… Correct Answer: (C) menu bar

Q. The InputBox functions prompt argument should be entered using . . . . . . . .

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

Q. In VB ,We can use Public or Dim statement to declare an array .

  • (A) TRUE
  • (B) Object
  • (C) ---
  • (D) ---
πŸ’¬ Discuss
βœ… Correct Answer: (A) TRUE

Q. Each object used in a object oriented programming is created from . . . . . . . .

  • (A) Class
  • (B) Setting the setfocus property to on
  • (C) Instance
  • (D) User
πŸ’¬ Discuss
βœ… Correct Answer: (A) Class

Q. How is a default button designated?

  • (A) Default keyword in the definition of the button
  • (B) Comparables
  • (C) Keeping the button at the bottom of the form
  • (D) By connecting the AcceptButton property to it
πŸ’¬ Discuss
βœ… Correct Answer: (D) By connecting the AcceptButton property to it

Q. Comparison operators are also termed as . . . . . . . .

  • (A) Comparators
  • (B) Exported
  • (C) Relations
  • (D) Relational operators
πŸ’¬ Discuss
βœ… Correct Answer: (D) Relational operators

Q. What happens when minimize box is set to true?

  • (A) Minimize box in title bar disappears
  • (B) Minimize box is disabled
  • (C) Minimize box is enabled
  • (D) Minimize box becomes visible
πŸ’¬ Discuss
βœ… Correct Answer: (C) Minimize box is enabled

Q. The . . . . . . . . statement is used to assign a value to a property of an object.

  • (A) Assignment
  • (B) Conditional
  • (C) Decision
  • (D) Goto
πŸ’¬ Discuss
βœ… Correct Answer: (A) Assignment