[go: up one dir, main page]

Exam18 ICSE Sample Paper Computer Applications PDF

Download as pdf or txt
Download as pdf or txt
You are on page 1of 7

ICSE CLASS 10

PRELIM
PAPERS
OF BEST SCHOOLS FOR 2018 BOARD EXAMS

FREE SAMPLE PAPER – COMPUTER


APPLICATONS

Digital
Download
ICSE Sample Papers for 2018 Board Exams

ASSOCIATION OF ODISHA ICSE SCHOOLS


ICSE MODEL EXAMINATION – 2017
COMPUTER APPLICATIONS
(Two Hours)

Answers 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 mentioned at the head of this paper is the time allowed for writing the answers.

SECTION – A (40 MARKS)


ATTEMPT ALL QUESTIONS FROM THIS SECTION.
Question 1. [2x5]
a) Mention any two attributes required for class declaration.
b) Explain any two types of access specifiers.
c) What do you understand by Abstraction? Explain with an example.
d) Name any two packages in the java class library.
e) What do you mean by compound statement? Explain with an example.
Question 2. [2x5]
a) Distinguish between character constant and string constant with an example.
b) Arrange the given data types in descending order of their size:
char, long, float, Boolean
c) Write the appropriate function to do the following:
1) To add two strings.
2) To take out a character from a string at any position.
d) What do you understand by Literals? Name any one.
e) Write down the format to assign 10 names in a single dimensional array.

Question 3. [2x10]
a) Rewrite the given code using Ternary operator:
If( a != b) p=a–b;
Else p=b–a;
b) What is the difference between: = = and equals() ?
c) What will be the output of the following, if a=4 , b=2 initially?
1) a* = a % b 2) a+= --a + a++ + a
d) Give the output of the following statements:
1) System.out.print(Math.ceil(-6.25));
2) System.out.print(Math.Floor(-6.25));
e) Write one similarity and one difference between for loop & while loop.
f) Name the type of errors (syntax,run time or logical) :
1) Division by a variable that contains a value of zero.
2) Missing semicolon.

Page 1 of 3

Buy complete book from www.exam18.com 2


ICSE Sample Papers for 2018 Board Exams

g) Name the keyword that:


1) Is used for allocating memory to an array.
2) Causes the control to transfer back to the method call.
h) State any two features of constructor.
i) Give the prototype of a function search which receives a sentence sentc and a word wrd and returns
1 or 0 .
j) Write the total bytes required to store the given arrays in the computer’s memory:
1) Int a[] = {1,2,3,4,5};
2) Char b[] = {‘a’,’e’,’I’,’o’,’u’};

SECTION – B (60 MARKS)


(Attempt any four in this section)
(Each program should be written using variable description)
Question 4. [15]
Define a class student described as below:
Data members/instance variables:
Name, age, m1, m2, m3 (marks in 3 subjects), maximum, average

Member Functions:

i) A parameterized constructor to initialize data members like name, age, m1, m2, m3
ii) void compute() – to calculate the average and maximum out of three marks
iii) void display() – to display the name, age, marks in three subjects, maximum and average
Write a main() method to create an object of the class and call the above member methods.

Question 5. [15]
The International Standard Book Number (ISBN) is a unique numeric book identifier which is printed on every
book. The ISBN is based upon a 10-digit code.
The ISBN is legal if: 1xdigit 1 + 2xdigit2 + 3xdigit3 + …………….+ 10xdigit10 is divisible by 11

Example: For an ISBN 1401601499


Sum= 1x1 + 2x4 + 3x0 + 4x1 + 5x6 + 6x0 + 7x1 + 8x4 + 9x9
= 253 , which is divisible by 11.
Write a program to:

i) input the ISBN code as a 10-digit integer.


ii) If the ISBN code is not a 10-digit integer, output the message, “Illegal ISBN” and terminate the
program.
iii) If the ISBN code is a 10-digit, extract the digits of the code and compute the sum as explained
above.
If the sum is divisible by 11, output the message “Legal ISBN”
If the sum is not divisible by 11, output the message “Illegal ISBN”

Page 2 of 3

Buy complete book from www.exam18.com 3


ICSE Sample Papers for 2018 Board Exams

Question 6. [15]
Write a program to input any string to calculate the total number of characters leaving blank spaces, total
number of vowels(consider both cases) present in the string and also print the total number of words.

Example:

If sample Input: Human like Apples


Output: Total characters leaving blank spaces :- 15
Total vowels :- 6
Total number of words :- 3
Question 7. [15]
Define a class city and store the given city name in a single dimensional array. Sort these city names in
alphabetical order using bubble sort technique only, then print the sorted list.

Sample Input: Mumbai, Kolkata, Agra, Delhi, Bangalore


Sample Output: Agra, Bangalore, Delhi, Kolkata, Mumbai

Question 8. [15]
Write a program to accept a string in lower case. Convert the first character of each word of the string to
uppercase and display the new string.

Sample input: india got independence in nineteen forty seven


Sample output: India Got Independence In Nineteen Forty Seven

Question 9. [15]
Design a class to overload a function calculation() as follows:

a) Int calculation (int n, char ch) with one integer argument and one character argument. It computes
the cube of an integer if choice ‘ch’ is ‘C’ otherwise computes its square.
b) Int calculation (int a, int b, char ch) with two integer arguments and one character argument. It
Computes the remainder if choice ‘ch’ is ‘R’ otherwise find the quotient.
c) Boolean calculation (String x, String y) with two string arguments that check whether strings are
equal or not.

Page 3 of 3

Buy complete book from www.exam18.com 4


ICSE Sample Papers for 2018 Board Exams

This Sample paper is part of Exam18’s ICSE 10th Prelim Papers of Best Schools for 2018
Board Exams (All Subjects) book, available exclusively on Exam18.com

Do you want to score 90%+ in Board Exams?


Get all the papers and start practicing →
(clicking on this link will take you to www.exam18.com)

Depending on how much you wish to practice, this book is available in


multiple options.

You can get question papers in sets of 5 schools, 10 schools, 15 schools


or 20 schools.

PRICING

DIGITAL
SR. NO NO. OF SCHOOLS
DOWNLOAD (PDF)
PRINTED BOOK ORDER NOW

5 Schools Rs. 249 Rs. 499 Payment


1 50+ Question Download FREE delivery
Papers Instantly across India
Options
10 Schools Rs. 499 Rs. 999 • COD
2 100+ Question Download FREE delivery • Debit Card
Papers Instantly across India • Credit Card
15 Schools Rs. 749 Rs. 1499
• Net Banking
3 150+ Question Download FREE delivery
Papers Instantly across India • Bank deposit

20 Schools Rs. 999 Rs. 1999 Delivery Time


4 200+ Question Download FREE delivery
2 – 4 days
Papers Instantly across India
across India

ORDER NOW
MORE INFORMATION ABOUT PRELIM PAPERS
WHAT ARE PRELIM PAPERS?

ICSE Prelim papers are question papers from pre-board exams conducted in
various ICSE schools few months before the final board exam. These
question papers provide a great way to practice questions that are expected
to come in the Board exams.

Buy complete book from www.exam18.com 5


ICSE Sample Papers for 2018 Board Exams

WHO PREPARES THESE PRELIM PAPERS?

Prelim papers are prepared by senior teachers of ICSE Schools who are
experts in their subjects and have vast knowledge about ICSE Board Exam
trends and paper patterns. They have been teaching for over 15 to 20 years
and preparing their students to score best overall percentage.

HOW DOES PRELIM PAPERS HELP?

Prelim Papers brings together all the rich experience and expertise of these
teachers to you so you can struggle less and study the right thing for your
board exams. They cover many questions that are usually not found in
textbooks (Ever wonder where your teachers get those tricky questions in
class tests? That’s right, it is most likely from these Prelim Papers!). Having
this book with you while you study for board exams is very helpful because
you can go over all the possible questions in this book after studying a
chapter to make sure you didn’t miss something.

The questions are usually given in variety of tricky, twisted and turned
around ways, showing the type of questions you might expect in your exam,
and allow you to practice answering them to avoid surprises in the final
board exam. It will also bring you lot of confidence and positive energy to do
well in your board exams. Who doesn’t want that?

HOW MUCH CAN I SCORE WITH PRELIM PAPERS?

Most students who prepare for Board Exams with help of prelim papers
score above 90% in Board exams.

WHICH SUBJECTS ARE INCLUDED?

Subjects such as English Language, English Literature, Mathematics,


History/Civics, Geography, Physics, Chemistry and Biology are included in
this ICSE Prelim Papers package. There are also some question papers of
Computer Applications, Commercial Applications, Environmental Science,
Art, Technical Drawing, Physical Education

Buy complete book from www.exam18.com 6


ICSE Sample Papers for 2018 Board Exams

WHY IS THIS BOOK CALLED A PACKAGE?

When you buy a book from Exam18, it doesn’t end there. Our goal is to
make sure you use the book effectively and we assist you do it well with the
help of special tips, tricks and guidelines sent via Email and SMS periodically
until the Board Exams. Also, our Student Support Team is available 24×7 to
help you make the best out of your Exam18 books. This all-inclusive product
and service is called a package. The cost given here includes everything,
even delivery fee.

Any questions? Call our Helpline 07666303006


or email us on care@exam18.com

Do you want to score 90%+ in Board Exams?


ORDER ALL THE PAPERS AND START PRACTICING →
(clicking on this link will take you to www.exam18.com)

FREE DELIVERY ACROSS INDIA


NO HIDDEN CHARGES
DELIVERY GUARANTEED IN 2-4 DAYS
CASH ON DELIVERY AVAILABLE
100% SAFE & SECURED
OUR OFFICE IS IN MUMBAI

Buy complete book from www.exam18.com 7

You might also like