Q. . . . . . . . . is used to differentiate the one redio button group to another radio button group.

  • (A) bottom
  • (B) top
  • (C) dim
  • (D) frame
πŸ’¬ Discuss
βœ… Correct Answer: (D) frame

Q. A constructor is a . . . . . . . .

  • (A) A function procedure
  • (B) A sub procedure
  • (C) Either a function procedure or a sub procedure
  • (D) A property procedure
πŸ’¬ Discuss
βœ… Correct Answer: (C) Either a function procedure or a sub procedure

Q. The main property of ADODC control property is . . . . . . . .

  • (A) data source
  • (B) caption
  • (C) text
  • (D) none of these.
πŸ’¬ Discuss
βœ… Correct Answer: (A) data source

Q. Designers at times use colour as the means of . . . . . . . . a user interface.

  • (A) Identification
  • (B) Charming
  • (C) Fascinating
  • (D) Exquisite
πŸ’¬ Discuss
βœ… Correct Answer: (A) Identification

Q. in VB, . . . . . . . . is called integrated because we can access virtually all of the development tools

  • (A) ide
  • (B) tool bar
  • (C) menu bar
  • (D) none of these.
πŸ’¬ Discuss
βœ… Correct Answer: (A) ide

Q. What is a class definition?

  • (A) It defines object
  • (B) It defines the appearance and behavior of an object
  • (C) It defines namespace
  • (D) It is a prototype
πŸ’¬ Discuss
βœ… Correct Answer: (B) It defines the appearance and behavior of an object

Q. A text box's . . . . . . . . property specifies whether the text box has scroll bar.

  • (A) Multiline Property
  • (B) ReadOnly Property
  • (C) ReadWrite Property
  • (D) ScrollBars Property
πŸ’¬ Discuss
βœ… Correct Answer: (D) ScrollBars Property

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

Code:
Financial.Pmt (0.05, 3, 9000)
  • (A) -3304.88
  • (B) -3408.48
  • (C) -3034.88
  • (D) -3043.88
πŸ’¬ Discuss
βœ… Correct Answer: (A) -3304.88

Q. The variable that does not change the value during execution of program is. . . . . . . .

  • (A) numeric
  • (B) string
  • (C) constant
  • (D) none
πŸ’¬ Discuss
βœ… Correct Answer: (C) constant

Q. The extension of class module is . . . . . . . .

  • (A) .cls
  • (B) .frm
  • (C) .pvb
  • (D) .mdb
πŸ’¬ Discuss
βœ… Correct Answer: (A) .cls