Q. If the txtPrice control contains the value 75, what value will the Decimal.TryParse (txtPrice.Text,decPrice) method return?

  • (A) False
  • (B) True
  • (C) 75
  • (D) 75.00
πŸ’¬ Discuss
βœ… Correct Answer: (D) 75.00

Q. . . . . . . . . and . . . . . . . . operators use same symbol.

  • (A) Addition, subtraction
  • (B) Addition, multiplication
  • (C) Multiplication, Division
  • (D) Subtraction, negation
πŸ’¬ Discuss
βœ… Correct Answer: (D) Subtraction, negation

Q. The procedure associated with the KeyPress event has . . . . . . . . parameters.

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

Q. Arranging data in a specific order is called as . . . . . . . .

  • (A) Arranging
  • (B) Sorting
  • (C) Organizing
  • (D) Making
πŸ’¬ Discuss
βœ… Correct Answer: (B) Sorting

Q. An object's . . . . . . . . include methods and events.

  • (A) Attribute
  • (B) Behavior
  • (C) Instance
  • (D) Method
πŸ’¬ Discuss
βœ… Correct Answer: (B) Behavior

Q. The . . . . . . . . argument in syntax of Contains method represents the sequence of arguments you are searching.

  • (A) subString
  • (B) SearchString
  • (C) String
  • (D) Seq
πŸ’¬ Discuss
βœ… Correct Answer: (A) subString

Q. . . . . . . . . property sets the border of an image.

  • (A) BorderProperty
  • (B) Border
  • (C) Surround
  • (D) Line
πŸ’¬ Discuss
βœ… Correct Answer: (A) BorderProperty

Q. Which property determines the value that appears inside the control?

  • (A) Label Text property
  • (B) Label control's Text property
  • (C) Text Property
  • (D) Text Design Property
πŸ’¬ Discuss
βœ… Correct Answer: (B) Label control's Text property

Q. . . . . . . . . in flowchart is used to represent a for clause.

  • (A) Circle
  • (B) Rectangle
  • (C) Parallelogram
  • (D) Hexagon
πŸ’¬ Discuss
βœ… Correct Answer: (D) Hexagon

Q. Designers generally avoid using . . . . . . . . and . . . . . . . . in an interface.

  • (A) Italics and underline
  • (B) Underline and bold
  • (C) Bold and italics
  • (D) Regular and bold
πŸ’¬ Discuss
βœ… Correct Answer: (A) Italics and underline