Q. When a value is converted from one data type to another and can store numbers with less precision, the value is said to be . . . . . . . .

  • (A) Demoted
  • (B) Promoted
  • (C) Exported
  • (D) Converted
πŸ’¬ Discuss
βœ… Correct Answer: (A) Demoted

Q. In Picture box You can also load the picture at runtime using the . . . . . . . . method.

  • (A) picture box
  • (B) load picture
  • (C) resize
  • (D) text
πŸ’¬ Discuss
βœ… Correct Answer: (B) load picture

Q. A variable's . . . . . . . . indicates where the variable can be used in an application code.

  • (A) Scope
  • (B) Lifetime
  • (C) Place
  • (D) Position
πŸ’¬ Discuss
βœ… Correct Answer: (A) Scope

Q. The value returned by the Inputbox depends on the . . . . . . . . the user chooses.

  • (A) Button
  • (B) Message
  • (C) Property
  • (D) Return type
πŸ’¬ Discuss
βœ… Correct Answer: (A) Button

Q. The . . . . . . . . is used to store controls that do not appear in the user interface during runtime.

  • (A) Control tray
  • (B) Timer tray
  • (C) Components tray
  • (D) Store tray
πŸ’¬ Discuss
βœ… Correct Answer: (C) Components tray

Q. . . . . . . . . means to assign a beginning value to the counter or accumulator.

  • (A) Initializing
  • (B) Updating
  • (C) Incrementing
  • (D) Checking
πŸ’¬ Discuss
βœ… Correct Answer: (A) Initializing

Q. In VB, The Len function returns an integer value which is the length of a phrase or a sentence, including the empty spaces.

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

Q. . . . . . . . . is data type that can be used to declare a text of maximum 10 million.

  • (A) date
  • (B) Exit button
  • (C) numeric
  • (D) string
πŸ’¬ Discuss
βœ… Correct Answer: (D) string

Q. . . . . . . . . is generally used to emphasize the text.

  • (A) Italics
  • (B) Underline
  • (C) Bold
  • (D) Regular
πŸ’¬ Discuss
βœ… Correct Answer: (C) Bold

Q. What happens when both the minimize box and maximize box property are set to false?

  • (A) Both are disabled
  • (B) This situation shows an exception
  • (C) This situation shows an error
  • (D) Both are removed from the title bar
πŸ’¬ Discuss
βœ… Correct Answer: (D) Both are removed from the title bar