Q. The . . . . . . . . ensures that the computer processes any previous lines of code that affect the interface's appearance.

  • (A) Refresh Method
  • (B) Sleep method
  • (C) Count method
  • (D) Accumulator method
πŸ’¬ Discuss
βœ… Correct Answer: (A) Refresh Method

Q. What is the use of OLE

  • (A) we can link to the other application
  • (B) we can remove the other application
  • (C) we can adjust the application
  • (D) none of these
πŸ’¬ Discuss
βœ… Correct Answer: (A) we can link to the other application

Q. Errors are called as . . . . . . . . in a program.

  • (A) Bugs
  • (B) Errors
  • (C) Invalid data
  • (D) Exceptions
πŸ’¬ Discuss
βœ… Correct Answer: (A) Bugs

Q. What are listed in a Properties Window?

  • (A) Attributes
  • (B) Objects
  • (C) Values
  • (D) Items
πŸ’¬ Discuss
βœ… Correct Answer: (A) Attributes

Q. . . . . . . . . must be the last clause in the Select Case statement.

  • (A) Case Else
  • (B) Case expnumber
  • (C) Case seletorExpression
  • (D) Case default
πŸ’¬ Discuss
βœ… Correct Answer: (A) Case Else

Q. Which of the following forces a literal constant to assume a data type other than the one its form indicates?

  • (A) Any literal
  • (B) Keyword
  • (C) Literal type constant
  • (D) Literal type variable
πŸ’¬ Discuss
βœ… Correct Answer: (C) Literal type constant

Q. Lifetime of a class-level variable is till . . . . . . . .

  • (A) A procedure ends
  • (B) An application ends
  • (C) A block ends
  • (D) Within the control section
πŸ’¬ Discuss
βœ… Correct Answer: (B) An application ends

Q. Which of the following is commonly used to perform an immediate action when clicked in Visual Studio?

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

Q. . . . . . . . . method is used to remove specified number of characters located anywhere in the String.

  • (A) Trim
  • (B) Remove
  • (C) Truncate
  • (D) DeleteSpace
πŸ’¬ Discuss
βœ… Correct Answer: (B) Remove

Q. A . . . . . . . . loop is a loop whose processing is controlled by a counter.

  • (A) Counter-controlled
  • (B) Entry-controlled
  • (C) Exit-controlled
  • (D) Accumulator-controlled
πŸ’¬ Discuss
βœ… Correct Answer: (A) Counter-controlled