πŸ“Š Visual Basics
Q. The appropriate . . . . . . . . setting on a label depends on label's purpose.
  • (A) BorderStyle property
  • (B) AutoSize property
  • (C) Length property
  • (D) Format Property
πŸ’¬ Discuss
βœ… Correct Answer: (A) BorderStyle property
πŸ“Š Visual Basics
Q. in . . . . . . . . we can edit in run time
  • (A) text box
  • (B) combo
  • (C) label
  • (D) all of these.
πŸ’¬ Discuss
βœ… Correct Answer: (D) all of these.
πŸ“Š Visual Basics
Q. Which is used to check one among both the conditions in a given if statement?
  • (A) OrElse
  • (B) AndAlso
  • (C) NOT
  • (D) OR
πŸ’¬ Discuss
βœ… Correct Answer: (A) OrElse
πŸ“Š Visual Basics
Q. ADO stands for . . . . . . . .
  • (A) activex data objects
  • (B) activex variable objects
  • (C) another data object
  • (D) none of these.
πŸ’¬ Discuss
βœ… Correct Answer: (A) activex data objects
πŸ“Š Visual Basics
Q. What will be the output of the following Visual Basic code?
Code:
Dim intScores As Integer = {78, 83, 75, 90}
Array.Reverse(intScores)
  • (A) 78,75,83,90
  • (B) 90,75,83,78
  • (C) 78, 83, 75,90
  • (D) 75,78, 83,90
πŸ’¬ Discuss
βœ… Correct Answer: (B) 90,75,83,78
πŸ“Š Visual Basics
Q. . . . . . . . . Displays a list of items from which a user can select one.
  • (A) list box
  • (B) radio
  • (C) check box
  • (D) none of these
πŸ’¬ Discuss
βœ… Correct Answer: (A) list box
πŸ“Š Visual Basics
Q. The . . . . . . . . setting removes the form border.
  • (A) None
  • (B) Fixed Single
  • (C) Single
  • (D) Remove
πŸ’¬ Discuss
βœ… Correct Answer: (A) None
πŸ“Š Visual Basics
Q. Who displays the item contained in each project?
  • (A) Record Window
  • (B) List Window
  • (C) Solution Explorer Window
  • (D) Index Window
πŸ’¬ Discuss
βœ… Correct Answer: (C) Solution Explorer Window
πŸ“Š Visual Basics
Q. The . . . . . . . . is show under or below the Project Explorer window
  • (A) properties window
  • (B) project explorer
  • (C) menu bar
  • (D) toolbox
πŸ’¬ Discuss
βœ… Correct Answer: (A) properties window
πŸ“Š Visual Basics
Q. In VB, the. . . . . . . . is the function that computes the square root of a number.
  • (A) sqrt()
  • (B) round()
  • (C) abs()
  • (D) len()
πŸ’¬ Discuss
βœ… Correct Answer: (A) sqrt()