Q. A variable can store . . . . . . . . value at a time.

  • (A) Only one
  • (B) More than one
  • (C) Only two
  • (D) More than two
πŸ’¬ Discuss
βœ… Correct Answer: (A) Only one

Q. The long form of MDI is. . . . . . . ..

  • (A) multiple document interface
  • (B) single document interface
  • (C) single data interface
  • (D) system document interface
πŸ’¬ Discuss
βœ… Correct Answer: (A) multiple document interface

Q. The requirement for repeating the instructions is referred to as the . . . . . . . .

  • (A) Looping condition
  • (B) Conditional statement
  • (C) Iterative statement
  • (D) Initialization statement
πŸ’¬ Discuss
βœ… Correct Answer: (A) Looping condition

Q. Which logical operator does not allow us to combine two or more conditions?

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

Q. The . . . . . . . . allows you to abbreviate an assignment statement.

  • (A) Arithmetic assignment operator
  • (B) Shorthand operator
  • (C) Long operator
  • (D) Predefined operator
πŸ’¬ Discuss
βœ… Correct Answer: (A) Arithmetic assignment operator

Q. Designers generally use . . . . . . . . colour for the background, and . . . . . . . . for the text.

  • (A) Blue, pink
  • (B) White, black
  • (C) Black, white
  • (D) Pink, blue
πŸ’¬ Discuss
βœ… Correct Answer: (B) White, black

Q. The timer state is determined by . . . . . . . .

  • (A) State property
  • (B) Timer control
  • (C) Enabled property
  • (D) Visible property
πŸ’¬ Discuss
βœ… Correct Answer: (C) Enabled property

Q. The . . . . . . . . validator is used to verify that a control contains data.

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

Q. ADO is ActiveX-based, it can not work in different platforms and different programming languages.

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

Q. . . . . . . . . is used to take decision .

  • (A) if condition
  • (B) Modulus
  • (C) for loop
  • (D) wend
πŸ’¬ Discuss
βœ… Correct Answer: (A) if condition