ICSE Computer Application Sample Papers for Class 10

Mar 17 • Board Sample Papers • 20867 Views • 23 Comments on ICSE Computer Application Sample Papers for Class 10

Computer Application is very interesting subject to learn as it include algorithms, logics, coding part etc, which generally seems to very interesting to learn. But for the purpose of Board Exam preparation it demand proper attention to understand the concept behind every topic. Than only one is able to gain good marks in Board Exams. Indian Council of Secondary Education is one of the most reputed private boards of India that serve quality education. The main objective of ICSE Computer Application Sample Papers is to make students about the paper pattern and the type of questions asked in the exam. I hope this paper will help you in this regard. To perform well in your Board exam you can also take help from ICSE Class 10 Physics Sample Papers.

ICSE Class X Computer Applications Question Papers

General Instructions:

computer application sample paper

ICSE Computer Application Sample Papers

a) This paper consist of two sections Section-A and Section-B.
b) Section-A: Attempt all questions.
c) Section-B:Attempt any four questions.
d) Marks are mentioned to each questions for your convenience.
e) The given paper is of total 80 marks.
f) Remaining 20 marks is for Internal Assessment.

SECTION A (40 Marks)

Question 1

(a) Name any four tokens of Java. [2 Mark]
(b) Give the difference between actual parameter and formal parameter. [2 Mark]
(c) What is an identifier? [2 Mark]
(d) Write an expression in Java for cos x + 2 2 a b + . [2 Mark]
(e) What is the result produced by 2 – 10*3 + 100/11? Show the steps.[2 Mark]

Question 2

(a) What is the difference between local variable and instance variable? [2 Mark]
b int x =20, y = 10, z;
What is the value of z in
z = ++x * (y – –) – y ?
Show the steps. [2 Mark]
(c) What is the purpose of default in a switch? [2 Mark]
(d) Give the difference between linear search and binary search.[2 Mark]
(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); [2 Mark]

Question 3

(a) State the difference between if-else if ladder and switch…case. [2 Mark]
(b) Explain the concept of constructor overloading with an example. [2 Mark]
(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); [2 Mark]
(ii) String st = “PROGRAM”;
System.out.println(st.indexOf(st.charAt(4))); [2 Mark]
(iii) int a = 0;
if(a>0 && a<20)
a++;
else a– ;
System.out.println(a); [2 Mark]
(iv) int a= 5, b = 2,c;
if (a>b || a ! = b)
c = ++a+–b;
System.out.print(c+ “ ”+a+ “ ”+b); [2 Mark]
(v) int i = 1;
while(i++<=1)
{
i++;
System.out.print(i + “ ” );
}
System.out.print(i); [2 Mark]

(d) Differentiate between isUpperCase(char) and toUpperCase(char).[2 Mark]
(e) What is the difference between a constructor function and a member function of a class? [2 Mark]
(f) What is the difference between a static member function and a member function which is not static?[2 Mark]

                                                        SECTION B (60 Marks)

Question 4

(a) Define a class taximeter having the following description:
Data members/instance variables
int taxino – to store taxi number
String name – to store passenger’s name
int km – to store number of kilometres travelled
Member functions:
taximeter() — constructor to initialize taxino to 0, name to “ ”and b to 0.
input() – to store taxino,name,km
calculate() – to calculate bill for a customer according to given conditions
kilometers travelled(km) Rate/km
≤ 1 km Rs 25
1 < km ≤ 6 Rs 10
6 < km ≤ 12 Rs 15
12 < km ≤ 18 Rs 20
>18 km Rs 25
display()- To display the details in the following format
Taxino Name Kilometres travelled Bill amount
Create an object in the main method and call all the above methods in it. [15 Mark]

Question 5

(a) Write a menu driven program to find the sum of the following series depending on the user choosing 1 or 2
1. S=1/4+1/8+1/12………upto n terms
2. S=1/1!-2/2!+3/3!…….upto n terms
where ! stands for factorial of the number and the factorial value of a number is the
product of all integers from 1 to that number, e.g. 5! = 1 × 2 × 3 × 4 × 5.
(use switch-case). [15 Mark]

Question 6

Write a program to accept a sentence and print only the first letter of each word of the
sentence in capital letters separated by a full stop.
Example :
INPUT SENTENCE : “This is a cat”
OUTPUT : T.I.A.C. [15 Mark]

Question 7

Write a program to create an array to store 10 integers and print the largest integer and
the smallest integer in that array.[15 Mark]

Question 8

Write a program to calculate the sum of all the prime numbers between the range of
1 and 100. [15 Mark]

Question 9

Write a program to store 10 names in an array. Arrange these in alphabetical order by
sorting. Print the sorted list. Take single word names, all in capital letters,
e.g. SAMSON, AJAY, LUCY, etc. [15 Mark]

NOTE: To get pdf of above sample paper, follow: ICSE Computer Application Sample Papers
To get pdf of more Computer Application sample paper, follow: Sample Paper of Computer for Class 10

If you would like to add something more to the content of this paper, than follow the comment section given below the post.
Best of Luck for your Exam Preparation….!!!!

You may also like to visit for more help:
Physics:
1) Sample paper of physics-ICSE for class-X on WORK
2) ICSE Sample Paper of Physics Class 10th

Biology:
1) Biology Sample Paper for Class 10 ICSE Board
2) ICSE Class X Biology Sample Paper 2013

English:
1) English Sample Papers for Class 10 ICSE
2)ICSE English Sample Paper Class X

Mathematics:
1) ICSE sample papers of maths for class10
2) ICSE Class 10 Accounts Sample Paper
3) ICSE sample paper of maths for class 10th

Tell us Your Queries, Suggestions and Feedback

Your email address will not be published.

23 Responses to ICSE Computer Application Sample Papers for Class 10

  1. nitin says:

  2. nitin says:

  3. nitin says:

  4. nitin says:
  5. nitin says:
  6. Aayush goyal says:

    St thomas english medium school

  7. Aayush goyal says:
  8. Anwesha says:

    ICSE level question based on computer applications output question

  9. Anwesha says:

    ICSE level question based on computer applications output question

  10. nikhil says:

    java icse 9 questions

  11. nikhil says:

    java icse 9 questions

  12. nikhil says:
  13. Sonal says:

    Qurstion paper

  14. Anonymous says:
  15. Aman says:

    St Clare’s school lokai

  16. Aman says:

    St Clare’s school lokai

  17. Cheshta says:

    Computer sample paper

  18. Janani says:

    I have a difficulty in computer applications .I want help in scoring good marks in this subject.

  19. Computer Applications Board Papers Icse | ck says:

    […] ICSE Computer Application Sample Papers for Class 10 – Download unsolved ICSE Computer Application Sample Papers for Class 10 including Physics, Math, Biology, English ICSE sample papers for class 10 with pdf. […]

  20. PRAMUKH K SHETTY says:

    VERY USEFUL ESPECIALLY 6TH PROGRAM ONLY BRAINY CAN SOLVE

  21. Pallavi sinha says:

    This page consists of computer application sample paper of ICSE board. If you are going to appear this year then this will surely help you during your last days preparations.

  22. Khyati Miglani says:

    Really important questions for computer application under ICSE board.

  23. patlakshi Jha says:

    for all those who are under the ICSE board can go through this as this is your board sample questions which can really help you in long run.

« »