Q. The . . . . . . . . constant instructs the computer to advance the insertion point to the next line in control.

  • (A) ControlChars.NewLine
  • (B) ControlChars.NextLine
  • (C) ControlChars.Line
  • (D) ControlChars.blankLine
πŸ’¬ Discuss
βœ… Correct Answer: (A) ControlChars.NewLine

Q. The . . . . . . . . operator is commonly used to determine whether a number is even or odd.

  • (A) Addition
  • (B) Modulus
  • (C) Subtraction
  • (D) Integer division
πŸ’¬ Discuss
βœ… Correct Answer: (B) Modulus

Q. . . . . . . . . operator reverses the truth value of the operation.

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

Q. A variable is scoped to a global or local variable depending on how it is declared.

  • (A) TRUE
  • (B) Public
  • (C) ---
  • (D) ---
πŸ’¬ Discuss
βœ… Correct Answer: (A) TRUE

Q. A procedure-level variable is declared using . . . . . . . . keyword.

  • (A) Private
  • (B) public
  • (C) Dim
  • (D) Static
πŸ’¬ Discuss
βœ… Correct Answer: (C) Dim

Q. when we declare the variable in . . . . . . . . of VB then it is public variable

  • (A) static
  • (B) Descending Property
  • (C) local
  • (D) general
πŸ’¬ Discuss
βœ… Correct Answer: (B) Descending Property

Q. The position of an item in a list box depends on the value stored in the list box's . . . . . . . .

  • (A) Ascending property
  • (B) RangeValidator
  • (C) Sorted property
  • (D) Unsorted property
πŸ’¬ Discuss
βœ… Correct Answer: (C) Sorted property

Q. Which of the following returns a value after performing its specific task in Visual Basic?

  • (A) Structure
  • (B) Sub block
  • (C) Sub procedure
  • (D) Function Procedure
πŸ’¬ Discuss
βœ… Correct Answer: (D) Function Procedure

Q. All Code in Visual Basic is stored in the form of. . . . . . . .

  • (A) properties window
  • (B) module
  • (C) object
  • (D) object browser
πŸ’¬ Discuss
βœ… Correct Answer: (B) module

Q. The . . . . . . . . is a very useful control for Visual Basic, as it is not only used to provide instructions and guides to the users, it can also be used to display outputs.

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