Q. MDI is used to work as . . . . . . . . , its main property is mdi child , all the forms are open within MDI

  • (A) parents
  • (B) Separator bar
  • (C) form
  • (D) menu
πŸ’¬ Discuss
βœ… Correct Answer: (A) parents

Q. . . . . . . . . is used to visually group together related items on a menu or submenu.

  • (A) Separator line
  • (B) Origin
  • (C) Line
  • (D) Bar
πŸ’¬ Discuss
βœ… Correct Answer: (B) Origin

Q. Which property in the property list is used to change the text, style or size of the control's text?

  • (A) Font
  • (B) {78, 75, 90, 83}
  • (C) Style
  • (D) Appearance
πŸ’¬ Discuss
βœ… Correct Answer: (A) Font

Q. What is the array of these statements?

Code:
Dim intScores As Integer = {78, 83, 75, 90}
Array.sort (intScores)
  • (A) {75, 78, 83, 90}
  • (B) book title capitalization
  • (C) {90, 83, 78, 75}
  • (D) Compilation Error
πŸ’¬ Discuss
βœ… Correct Answer: (D) Compilation Error

Q. A button's caption is entered using . . . . . . . .

  • (A) sentence capitalization
  • (B) Dynamic
  • (C) character capitalization
  • (D) word capitalization
πŸ’¬ Discuss
βœ… Correct Answer: (B) Dynamic

Q. Each of the options on the submenu are referred to as . . . . . . . .

  • (A) Menu items
  • (B) Submenu items
  • (C) Submenu lists
  • (D) Options
πŸ’¬ Discuss
βœ… Correct Answer: (B) Submenu items

Q. Which of the following declares a five-element one-dimensional array?

  • (A) Dim dblAmounts(4) As Double
  • (B) Dim dblAmounts(5) As Double
  • (C) Dim dblAmounts(4) As Double = {3.55, 6.70, 8, 4, 2.34}
  • (D) Dim dblAmounts() As Double={3.55, 6.70, 8, 4, 2.34,1.45}
πŸ’¬ Discuss
βœ… Correct Answer: (D) Dim dblAmounts() As Double={3.55, 6.70, 8, 4, 2.34,1.45}

Q. The . . . . . . . . validator is used to verify that an entry matches a specific pattern.

  • (A) CompareValidator
  • (B) RegularExpressionValidator
  • (C) RequiredFieldValidator
  • (D) ValidationSummary
πŸ’¬ Discuss
βœ… Correct Answer: (B) RegularExpressionValidator

Q. The data type of the value assigned should be same as . . . . . . . .

  • (A) Any constant defined in the application
  • (B) The variable itself
  • (C) Can be anything
  • (D) Any extern defined in the application
πŸ’¬ Discuss
βœ… Correct Answer: (B) The variable itself

Q. Use the . . . . . . . . to verify the tab order control in the interface.

  • (A) Enter key
  • (B) Shift key
  • (C) Tab key
  • (D) Alt key
πŸ’¬ Discuss
βœ… Correct Answer: (C) Tab key