Q. In the Visual Basic application, which of the following are listed in a properties window?

  • (A) Items
  • (B) Values
  • (C) Attributes
  • (D) Objects
πŸ’¬ Discuss
βœ… Correct Answer: (C) Attributes

Q. The . . . . . . . . include all widow property, form, project ,form layout .

  • (A) ide
  • (B) adodc
  • (C) msaccess
  • (D) none of these
πŸ’¬ Discuss
βœ… Correct Answer: (A) ide

Q. Which of the following selects the Cat item, which appears third in the cboAnimal control?

  • (A) cboAnimal.Selected = 2
  • (B) cboAnimal.Selected = "Cat"
  • (C) cboAnimal.Text = "Cat"
  • (D) cboAnimal.SelectedIndex="Cat"
πŸ’¬ Discuss
βœ… Correct Answer: (C) cboAnimal.Text = "Cat"

Q. A variable declared as . . . . . . . . type can store both values and it can store date values 01/01/0100 up to 12/31/9999

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

Q. What happens when maximize box is set to true?

  • (A) Maximize box in title bar disappears
  • (B) Maximize box is disabled
  • (C) Maximize box is enabled
  • (D) Maximize box becomes visible
πŸ’¬ Discuss
βœ… Correct Answer: (C) Maximize box is enabled

Q. . . . . . . . . is for displaying a list of directories or folders in a selected drive

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

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

  • (A) mdi child
  • (B) multiple
  • (C) list
  • (D) background
πŸ’¬ Discuss
βœ… Correct Answer: (A) mdi child

Q. What does the Start Position Property determine?

  • (A) initial position on the screen
  • (B) starting position on the screen
  • (C) top left corner of the screen
  • (D) middle of the screen
πŸ’¬ Discuss
βœ… Correct Answer: (A) initial position on the screen

Q. The . . . . . . . . in a pattern represents one character only.

  • (A) ?
  • (B) *
  • (C) #
  • (D) **
πŸ’¬ Discuss
βœ… Correct Answer: (A) ?

Q. Which is used to check both the conditions in a given if statement?

  • (A) OrElse
  • (B) AndAlso
  • (C) NOT
  • (D) OR
πŸ’¬ Discuss
βœ… Correct Answer: (B) AndAlso