ICSE Computer Application - Class X - 2025 PYQ - Quiz

  • Afor(int i=1; i<=10; i++)
  • Bfor(int i=2; i!=0; i-=3)
  • Cfor(int i=5; j<=5; j++)
  • Dfor(int i=1; i>=1; i--)
  • AGame is an object of cricket class
  • BNew keyword creates object Game
  • CGame is a class and cricket is an object
  • DGame and cricket are objects
  • ABoth (A) and (R) are true and (R) is a correct explanation of (A).
  • BBoth (A) and (R) are true and (R) is not a correct explanation of (A).
  • C(A) is true and (R) is false.
  • D(A) is false and (R) is true.
  • ABoth (A) and (R) are true and (R) is a correct explanation of (A).
  • B Both (A) and (R) are true and (R) is not a correct explanation of (A).
  • C(A) is true and (R) is false.
  • D(A) is false and (R) is true.
  • ADouble.Parsedouble("25")
  • BDouble.parse("25")
  • CDouble.parseDouble("25")
  • D Double.parseDouble(25)