Q. A label control's . . . . . . . . property determines whether the control automatically sizes to fit its current contents.

  • (A) AutoSize property
  • (B) Control property
  • (C) Auto control property
  • (D) Autoformat property
πŸ’¬ Discuss
βœ… Correct Answer: (A) AutoSize property

Q. When the . . . . . . . . is checked, its value is set to 1 and when it is unchecked, the value is set to 0.

  • (A) combo box
  • (B) checkbox
  • (C) radio
  • (D) text
πŸ’¬ Discuss
βœ… Correct Answer: (B) checkbox

Q. Which event occurs each time an interval is elapsed in the timer?

  • (A) Tick
  • (B) Click
  • (C) Elapse
  • (D) Count
πŸ’¬ Discuss
βœ… Correct Answer: (A) Tick

Q. Selection structures that can select from many alternatives are known as . . . . . . . .

  • (A) Selection structures
  • (B) Multiple-alternative selection structures
  • (C) Multiway selection structures
  • (D) Multipath selection structures
πŸ’¬ Discuss
βœ… Correct Answer: (B) Multiple-alternative selection structures

Q. StretchImage Property is present in which dialog box?

  • (A) Task list
  • (B) Properties Window
  • (C) Picture Task Window
  • (D) View Window
πŸ’¬ Discuss
βœ… Correct Answer: (A) Task list

Q. A . . . . . . . . allows you to select from a list of choices.

  • (A) Combo Box
  • (B) Combo List
  • (C) Check Box
  • (D) Radio Button
πŸ’¬ Discuss
βœ… Correct Answer: (A) Combo Box

Q. What is the array of these statements?
Dim intScores As Integer = {78, 83, 75, 90}
Array.reverse (intScores)

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

Q. The select case statement ends with . . . . . . . .

  • (A) Select End clause
  • (B) End Select clause
  • (C) End clause
  • (D) Select clause
πŸ’¬ Discuss
βœ… Correct Answer: (B) End Select clause

Q. Which of the following is the default name assigned to the label control in Visual Basic?

  • (A) Label1
  • (B) DefaultLabel
  • (C) Label0
  • (D) NewLabel
πŸ’¬ Discuss
βœ… Correct Answer: (A) Label1

Q. You can eliminate the problems of implicit type conversion, with the help of . . . . . . . .

  • (A) Option Strict On
  • (B) Option Strict Off
  • (C) Implicit Off
  • (D) Explicit On
πŸ’¬ Discuss
βœ… Correct Answer: (A) Option Strict On