Q. What does namespace contain?

  • (A) Code that defines a group of related classes
  • (B) Code to define hierarchy
  • (C) Contains object definition
  • (D) Contains class definition
πŸ’¬ Discuss
βœ… Correct Answer: (A) Code that defines a group of related classes

Q. if condition is end by . . . . . . . .

  • (A) end if condition
  • (B) next
  • (C) stop
  • (D) wend
πŸ’¬ Discuss
βœ… Correct Answer: (A) end if condition

Q. The number that appears after the period in the . . . . . . . . value indicates the order in which the controls were added to the groupbox.

  • (A) Tab index
  • (B) Tab order
  • (C) Groupbox tool
  • (D) Tab value
πŸ’¬ Discuss
βœ… Correct Answer: (A) Tab index

Q. . . . . . . . . is used to add a GroupBox to the interface.

  • (A) GroupBox tool
  • (B) Group tool
  • (C) Properties Window
  • (D) View Window
πŸ’¬ Discuss
βœ… Correct Answer: (A) GroupBox tool

Q. The . . . . . . . . validator is used to verify that control contains data verify that an entry passes the specified validation logic.

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

Q. The instructions in a . . . . . . . . loop are always processed at least once, whereas the instructions in a . . . . . . . . loop might not be processed at all.

  • (A) Posttest, pretest
  • (B) Pretest, posttest
  • (C) Pretest, pretest
  • (D) Posttest, posttest
πŸ’¬ Discuss
βœ… Correct Answer: (A) Posttest, pretest

Q. The . . . . . . . . instruction tells the computer to close the current form.

  • (A) Me.Close()
  • (B) Close()
  • (C) This.Close()
  • (D) Close.this()
πŸ’¬ Discuss
βœ… Correct Answer: (A) Me.Close()

Q. . . . . . . . . the documentation refers to putting the documentation in a safe place.

  • (A) Debugging
  • (B) Testing
  • (C) Assembling
  • (D) Printing
πŸ’¬ Discuss
βœ… Correct Answer: (C) Assembling

Q. Ms Access is used to . . . . . . . .

  • (A) store data
  • (B) display data
  • (C) create data
  • (D) none of these
πŸ’¬ Discuss
βœ… Correct Answer: (A) store data

Q. You refer to the structure variable by its . . . . . . . .

  • (A) Name
  • (B) Data type
  • (C) Dot operator
  • (D) Member name
πŸ’¬ Discuss
βœ… Correct Answer: (A) Name