Q. The text contained in the identifying label is entered using . . . . . . . .

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

Q. The . . . . . . . . selection structure allows the programmer to specify that a different action is to be performed when the condition is True than when the condition is False.

  • (A) if ... then ..else
  • (B) do while
  • (C) dynamic array
  • (D) array
πŸ’¬ Discuss
βœ… Correct Answer: (A) if ... then ..else

Q. The . . . . . . . . means the Directory List Box.

  • (A) drive list box
  • (B) picture box
  • (C) list box
  • (D) dirlist box
πŸ’¬ Discuss
βœ… Correct Answer: (D) dirlist box

Q. Class is defined using . . . . . . . .

  • (A) Class statement
  • (B) Object statement
  • (C) Access specifier statement
  • (D) Instance statement
πŸ’¬ Discuss
βœ… Correct Answer: (A) Class statement

Q. What will be the output of the following Visual Basic code?

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

Q. text box can handle string (text) and numeric data but not images or pictures

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

Q. . . . . . . . . Executes the timer events at specified intervals of time

  • (A) list box
  • (B) List Window
  • (C) check box
  • (D) timer controls
πŸ’¬ Discuss
βœ… Correct Answer: (D) timer controls

Q. Who displays the list of projects contained in current solution?

  • (A) Solution Explorer Window
  • (B) Variable
  • (C) Project Window
  • (D) Catalogue Window
πŸ’¬ Discuss
βœ… Correct Answer: (A) Solution Explorer Window

Q. . . . . . . . . is used to store temporary data by programmers.

  • (A) Addressed Location
  • (B) strPetNames[4] = "Rover"
  • (C) Pointer
  • (D) RAM
πŸ’¬ Discuss
βœ… Correct Answer: (B) strPetNames[4] = "Rover"

Q. You can set the control's tab index property using . . . . . . . .

  • (A) Properties window
  • (B) Control Window
  • (C) File
  • (D) Edit
πŸ’¬ Discuss
βœ… Correct Answer: (A) Properties window