ICSE Computer Application - Class X - 2025 SPECIMEN QUESTION PAPER - Quiz

  • A 2 bytes
  • B4 bytes
  • C 8 bytes
  • D16 bytes
  • AOne dimensional array
  • BTwo Dimensional array with 4 rows and 5 columns
  • CThree dimensional array
  • D Two Dimensional array with 5 rows and 4 columns
  • AOne dimensional array
  • BTwo Dimensional array with 4 rows and 5 columns
  • CThree dimensional array
  • D Two Dimensional array with 5 rows and 4 columns
  • Alength()
  • BcharAt(int)
  • C replace(char, char)
  • D indexOf(String)
  • Achecks for an equality between the input and the case labels
  • B supports floating point constants
  • Cbreak is used to exit from the switch block
  • Dcase labels are unique
  • Afor (int i=11;i<=30;i+=2)
  • B for (int i=11;i<=30;i+=3)
  • Cfor (int i=11;i<20;i++)
  • Dfor (int i=11;i<=21;i++)