March 12th, 2013, 03:13 PM
Post Count Number #1
www.cisce.org ICSE Class X Specimen Question Paper 2013 Computer Application : Council for the Indian School Certificate Examinations
Name of the Organisation : Council for the Indian School Certificate Examinations(cisce.org)
Type of Announcement : ICSE (Class X) Specimen Question Paper Year - 2013 Computer Application
Home Page : http://www.cisce.org
Subject Name : Computer Application Time : 2.00 Hrs
General Instructions :
** Answers to this Paper must be written on the paper provided separately.
** You will not be allowed to write during the first 15 minutes.
** This time is to be spent in reading the question paper.
** The time given at the head of this Paper is the time allowed for writing the answers
Section A
Attempt all questions
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) What is the purpose of default in a switch?
(c) Give the difference between linear search and binary search
(d)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) Differentiate between isUpperCase(char) and toUpperCase(char).
(d) What is the difference between a constructor function and a member function of a class?
(e) What is the difference between a static member function and a member function which is not static?
Section - B
Attempt any four
Question 4 :
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 kilometers traveled
Question 5 :
Write a program to create an array to store 10 integers and print the largest integer and the smallest integer in that array.
Question 6 :
Write a program to calculate the sum of all the prime numbers between the range of 1 and 100.
See more Question click here : www.cisce.org/Specimen%20Question%20Papers%202013/Computer%20Applications.pdf