Q. Access keys allows the user to run the application even when . . . . . . . .

  • (A) Mouse becomes inoperative
  • (B) Mouse is fully operative
  • (C) Mouse is partially operative
  • (D) Keyboard is operative
πŸ’¬ Discuss
βœ… Correct Answer: (A) Mouse becomes inoperative

Q. What is the specialty of the Default button?

  • (A) Always focused by default
  • (B) Always clears the form it is in
  • (C) Can be selected by the Enter key even when not focused
  • (D) Can be selected by the Shift key even when not focused
πŸ’¬ Discuss
βœ… Correct Answer: (D) Can be selected by the Shift key even when not focused

Q. To make text appear around image . . . . . . . . section is used.

  • (A) Wrapping style
  • (B) Text style
  • (C) Image properties
  • (D) Align
πŸ’¬ Discuss
βœ… Correct Answer: (A) Wrapping style

Q. when we declare the variable in a Particular control of vb then it is . . . . . . . . variable .

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

Q. The . . . . . . . . operator returns the remainder of the division.

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

Q. the . . . . . . . .is a term commonly used in the programming world to describe the interface and environment that we use to create our applications.

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

Q. A control's border is determined by . . . . . . . . property.

  • (A) Border
  • (B) Style
  • (C) BorderStyle
  • (D) Appearance
πŸ’¬ Discuss
βœ… Correct Answer: (C) BorderStyle

Q. The Char data type can store . . . . . . . .

  • (A) One Unicode character
  • (B) One ASCII character
  • (C) One bit
  • (D) One Byte
πŸ’¬ Discuss
βœ… Correct Answer: (A) One Unicode character

Q. The functions header and footer contains the . . . . . . . . keyword.

  • (A) Function
  • (B) Struct
  • (C) Sub
  • (D) Class
πŸ’¬ Discuss
βœ… Correct Answer: (A) Function

Q. The file to which data is write is referred to as . . . . . . . .

  • (A) Input file
  • (B) Output file
  • (C) Random access file
  • (D) Sequential file
πŸ’¬ Discuss
βœ… Correct Answer: (B) Output file