This is the 5th Sample/Guess Paper for ICSE Class 10, Computer Applications students appearing for their 2014 ICSE exams and above.
To improve yourself and and to extract maximum benefit from these sample papers, choose a suitable time for yourself, and have 2 hours in your hand. Then try to solve this paper in the time limit given at the head of the paper taking 15 minutes extra for reading the paper.
Any queries regarding answer to any of the questions can be posted as a comment.
[Download ICSE Sample Paper – 05]
The moment you start solving these sample papers in the above described way, you will see a huge change in the way, you start preparing for your Computer Exams, and it will ultimately make you better and better.
[Note: Don’t forget to share these resources and links from our website in your social networking sites with your friends and followers.]
Q4. e) answer
?1? 1
?2? =4
?3? i
?4? 2*j
what’s Q3. d) answers
Q3. d)
(i) String s = “354”;
(ii) int n = Integer.parseInt(s);
(iii) int total = 1000 + n;
Q3.c) i)true ii)false
Q3. c)
i) true
ii) true
Q2. b) Similarity:both are pre-tested loops.
Difference:while is normally used when the no. of iterations are unknown.
for is used when the no. of iterations are known.
Is it correct????
Yes, your answer is correct.
What is the answer for Q.1 a)