ICSE Class 10 2013 Question Paper Computer Applications

ICSE Class 10 2013 Question Paper Computer Applications. Students can download the last year question papers using the link below. Free download of examination question papers with solutions. Last 10 year question papers should be practised to get better marks in examinations.

COMPUTER APPLICATIONS

(Theory)

(Two hours)

Attempt all questions from Section A and any four questions from Section B. The intended marks for questions or parts of questions are given in brackets [ ].

Section-A

Question 1

(a) Name any four tokens of Java. 

(b) Give the difference between actual parameter and formal parameter.

(c) What is an identifier? 

(d) What is the result produced by 2 – 10*3 + 100/11? Show the steps. 

Question 2

(a) What is the difference between local variable and instance variable? 

(b) int x =20, y = 10, z;

What is the value of z in

       z = ++x * (y – –) – y ? 

       Show the steps.

(c) What is the purpose of default in a switch? 

(d) Give the difference between linear search and binary search.

(e) What will be the output of the following code?

     float x = 7.87;

     System.out.println(Math.ceil(x);

     System.out.println(Math.floor(x);

Question 3

(a) State the difference between if-else if ladder and switch...case. 

(b) Explain the concept of constructor overloading with an example. 

(c) What will be the output of the following program segments?

(i) String s = “application”;

    int p = s.indexOf(„a‟);

    System.out.println(p);

    System.out.println(p+s);

(ii) String st = “PROGRAM”;

    System.out.println(st.indexOf(st.charAt(4))); 

(iii) int a = 0;

     if(a>0 && a<20)

     a++;

     else a-- ;

     System.out.println(a); 

(iv) int a= 5, b = 2,c;

     if (a>b || a ! = b)

     c = ++a+--b;

     System.out.print(c+ “ ”+a+ “ ”+b); [2]

(v) int i = 1;

    while(i++<=1)

  {

    i++;

    System.out.print(i + “ ” );

}

    System.out.print(i); 

(d) Differentiate between isUpperCase(char) and toUpperCase(char). 

(e) What is the difference between a constructor function and a member function of a class?

(f) What is the difference between a static member function and a member function which is not static?

Please click the link below to download pdf file of ICSE Class 10 2013 Question Paper Computer Applications

2013
ICSE Class 10 2013 Question Paper Art Paper 1
ICSE Class 10 2013 Question Paper Art Paper 2
ICSE Class 10 2013 Question Paper Art Paper 3
ICSE Class 10 2013 Question Paper Art Paper 4
ICSE Class 10 2013 Question Paper Biology
ICSE Class 10 2013 Question Paper Chemistry
ICSE Class 10 2013 Question Paper Commercial Application 1
ICSE Class 10 2013 Question Paper Commercial Application 2
ICSE Class 10 2013 Question Paper Commercial Studies
ICSE Class 10 2013 Question Paper Computer Applications
ICSE Class 10 2013 Question Paper Computer Science
ICSE Class 10 2013 Question Paper Cookery
ICSE Class 10 2013 Question Paper Economic Applications
ICSE Class 10 2013 Question Paper Economics
ICSE Class 10 2013 Question Paper English
ICSE Class 10 2013 Question Paper English Language
ICSE Class 10 2013 Question Paper English literature
ICSE Class 10 2013 Question Paper Environmental Applications
ICSE Class 10 2013 Question Paper Environmental Science
ICSE Class 10 2013 Question Paper Fashion Designing
ICSE Class 10 2013 Question Paper French (Group 1)
ICSE Class 10 2013 Question Paper Geography (HCG Paper - 2)
ICSE Class 10 2013 Question Paper German (Group 1)
ICSE Class 10 2013 Question Paper History and Civics (HCG Paper 1)
ICSE Class 10 2013 Question Paper Home Science (Revised)
ICSE Class 10 2013 Question Paper Literature in English (English Paper - 2)
ICSE Class 10 2013 Question Paper Mathematics 1
ICSE Class 10 2013 Question Paper Mathematics 2
ICSE Class 10 2013 Question Paper Physical Education
ICSE Class 10 2013 Question Paper Physics (Science Paper - 1)
ICSE Class 10 2013 Question Paper Sanskrit
ICSE Class 10 2013 Question Paper Spanish (Group 1)
ICSE Class 10 2013 Question Paper Technical Drawing
ICSE Class 10 2013 Question Paper Technical Drawing Applications
ICSE Class 10 2013 Question Paper Yoga