Q. To declare the variable in vb . . . . . . . .-this key word is used

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

Q. If the tryparse method determines that the string cannot be converted to the data type, it assigns . . . . . . . . to the variable.

  • (A) -1
  • (B) 1
  • (C) 0
  • (D) 2
πŸ’¬ Discuss
βœ… Correct Answer: (C) 0

Q. A . . . . . . . . cannot change its value while the application is running.

  • (A) Constant variable
  • (B) Class variable
  • (C) Named constant
  • (D) Static constant
πŸ’¬ Discuss
βœ… Correct Answer: (C) Named constant

Q. The . . . . . . . .is show under or below the Project Explorer window

  • (A) properties window
  • (B) project explorer
  • (C) menu bar
  • (D) toolbox
πŸ’¬ Discuss
βœ… Correct Answer: (A) properties window

Q. In Visual Basic, you use . . . . . . . . to write a stream of characters.

  • (A) StreamWriter object
  • (B) StreamWriter class
  • (C) StreamReader object
  • (D) StreamReader class
πŸ’¬ Discuss
βœ… Correct Answer: (A) StreamWriter object

Q. . . . . . . . . uses standardized symbols to describe the steps of a procedure.

  • (A) Pseudocode
  • (B) Source code
  • (C) Flowchart
  • (D) Algorithm
πŸ’¬ Discuss
βœ… Correct Answer: (C) Flowchart

Q. Objects are . . . . . . . . from a class.

  • (A) Instantiated
  • (B) Evaluated
  • (C) Printed
  • (D) Outdated
πŸ’¬ Discuss
βœ… Correct Answer: (A) Instantiated

Q. And operator checks both the sub-conditions whereas AndAlso operator does . . . . . . . .

  • (A) Short-circuit evaluation
  • (B) Short-hand evaluation
  • (C) Short evaluation
  • (D) Circuit evaluation
πŸ’¬ Discuss
βœ… Correct Answer: (A) Short-circuit evaluation

Q. Checkbox in an interface is labeled using . . . . . . . . property.

  • (A) Text
  • (B) Caption
  • (C) Name
  • (D) Label
πŸ’¬ Discuss
βœ… Correct Answer: (A) Text

Q. Following properties is use full to link ms-access in ADODC.

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