ICSE Computer Applications Class 10 – Previous Year Question Papers & Solutions - Quiz

  • Anested while
  • Bnested do while
  • Cnested for
  • Dsimple loop
  • Avoid test(int a, int b) and void test(double a, double b)
  • B void test(int a, double b) and void test(double a, int b)
  • Cvoid test(int a, double b) and void test(int a)
  • Dvoid test(int a) and int test(int a)
  • ARobust and Secure
  • BObject Oriented
  • CPlatform Independent
  • DMultithreaded
  • 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