ICSE Class 10 Papers

Advertisements

ICSE stands for Indian council of secondary education, is one of the most renounced and reputed educational board of India. Like CBSE, it is also a centralized board but is not under government’s direct control. ICSE is known for maintaining a par excellence standard in its education, which makes it quite popular and that is the reason that many schools all over the country are affiliated to ICSE.
The ICSE class 10 examinations are said to be one of the best examples of examinations that can test the thorough knowledge of the candidates. The papers are set with proper care to test the knowledge of candidates in all factors.

The ICSE class 10 examination papers are of total 80 marks and 20 marks are kept for internal assessments and projects of the candidates.  The duration of the examination is kept 3 hours. Few papers are of full 100 marks like Mathematics.

The pattern of the ICSE class 10 papers is basically quite interesting. The paper is basically divided in to two parts. The first section is compulsory which has small questions in it, and the second section has long and detailed questions but are provided with many choices.

Download ICSE Class 10 Papers

 
Advertisements








For more information on ICSE Class 10 Papers, enter your email address:

 

Do you have any question? Please ask:

Questions will be answered on our Forum section

478 Responses to “ICSE Class 10 Papers”

Pages: « 4 [3] 2 1 » Show All

  1. 328
    HIMANI:

    I wantenglish litt(solved) paper for class X (ICSE)

  2. 327
    HIMANI:

    I want chemistry (solved) paper for class X (ICSE)

  3. 326
    rizwaana:

    i need mcq’s of class 10 computer punjab board syallubus

  4. 325
    Kushagra:

    Do questions to describe authors also come in ICSE Exam in Hindi?

  5. 324
    rithika keerthi:

    I want 4th class Hindi question & answer papers last three years

  6. 323
    rithika keerthi:

    I want 4th class Hindi question & anshwer papers last three years

  7. 322
    alaka:

    i am in urgent need of last 10 years question paper(solved) for class10

  8. 321
    divyanka:

    i want last 10 years solved and unsolved class 10 papers of icse

  9. 320
    pritam:

    send the bengali question paper of icse 2010 and 2011

  10. 319
    piyush:

    please send me question papers of class 10 of mathematics,physics and chemistry and computer.

  11. 318
    mongistha:

    is icse maths paper easy?

  12. 317
    Vishvajit:

    I want chapter wise question papers of all subjects of class 10….-ICSE Board of Gurgaon

  13. 316
    anusha:

    explain the concept of constructor overloading with a suitable example

  14. 315
    jeet mukherjee:

    question paper of icse 2010 bengali

  15. 314
    shubham:

    plzzz send me the maths questions of icse as soon as possible……

  16. 313
    amrita anand:

    I want chapter wise questions of all subjects

  17. 312
    srishti:

    arien yaar net mien ped ka questions nae milega kya……..plz! send me some questions paper of ped..help!……………n bio tooooooooooooooooooooooooo………………………….

  18. 311
    marry:

    dear, sir ineed pass class 10so i want to study through the internet and also take the admission through the internetfor 10 so can itake the admission plz plztell me

  19. 310
    sushmitha:

    I am in need of 2007,2008,2009 ICSE Hindi question Papers meant for Tenth standard. Can any one of you friends help me….

  20. 309
    vinali:

    I want chapter wise question papers of all subjects of class 10….

  21. 308
    basavaraj sajjanar:

    I want ICSE Physical Education question papers for the last 10 years and also different authors text books for std IX and X Physcial Education. Please let me know where to find them.

  22. 307
    DEBARIMA BANERJEE:

    how will i find last ten year’s ICSE question paper FOR ALL SUBJECTS?

  23. 306
    AYUSHI:

    PL. SEND CBSE MATHS SOLVED PAPER OF 2008

  24. 305
    Ravi:

    Solved physics model test papers

  25. 304
    Ravi:

    i want to download the solved sample papers of class-10(ICSE)
    please suggest me from where i can download it…………..

  26. 303
    jai:

    COMPUTER APPLICATIONS

    (Theory)

    (Two hours)

    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.

    This Paper is divided into two Sections.

    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 (40 Marks)

    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)

    Write an expression in Java for

    (e)

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

    cos x +

    a2 + b2 .

    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.

    129

    ICSE Specimen Question Paper

    (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)

    (ii)

    (iii)

    (iv)

    (v)

    String s = “application”;

    int p = s.indexOf(‘a’);

    System.out.println(p);

    System.out.println(p+s);

    String st = “PROGRAM”;

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

    int a = 0;

    if(a>0 && ab || a ! = b)

    c = ++a+–b;

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

    int i = 1;

    while(i++<=1)

    {

    i++;

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

    }

    System.out.print(i);

    130

    ICSE Specimen Question Paper

    (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?

    SECTION B (60 Marks)

    Attempt any four questions from this Section.

    The answers in this Section should consist of the Programs in either Blue J environment

    or any program environment with Java as the base. Each program should be written

    using Variable descriptions/Mnemonic Codes such that the logic of the program is

    clearly depicted.

    Flow-Charts and Algorithms are not required.

    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 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
    Rs 20
    12 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.

    131

    ICSE Specimen Question Paper

    Question 5

    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).

    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 :
    OUTPUT :

    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.

    Question 8

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

    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.

    “This is a cat”
    T.I.A.C.

  27. 302
    roma chaudhuri:

    pl send solved ICSC class 10 solved papers for physice & chemistry for 2005,06,07,08,09 & 10

  28. 301
    talha:

    plz send the mdel paper of environmental education of 2011 of icse

  29. 300
    pooja:

    plz send me 2010 icse question papers….

  30. 299
    palak:

    i want some unsolved english language test papers

  31. 298
    sourav:

    i want sived question paper of icse 2000 - 2010 in mu site

  32. 297
    bharath:

    please send me some sample papers of latest board exams

  33. 296
    JANNAT:

    i want solved english language paper icse class 10 of 2010, 2009, 2008

  34. 295
    JANNAT:

    plz send solved board papers of english language icse of the following years:-
    2010
    2009
    2008

  35. 294
    JANNAT:

    I WANT solved board papers of english language icse of the following years:-
    2010
    2009
    2008

  36. 293
    JANNAT:

    I WANT ICSE SAMPLE PAPER OF ENGLISH LANGUAGE OF CLASS 10 MARCH 2011.

  37. 292
    moloy biswas:

    math,phy,life sience,geoghar,hist

  38. 291
    kosha kotak:

    i want past years papers of art paper 1 and 2…
    plz help me out….

  39. 290
    swagnik:

    give notes about the poem ‘the father of gilligan

  40. 289
    Yashi:

    what are the books included for the hindi icse examinations in 2011?

  41. 288
    prince jose:

    i need 10years ICSE second langauge malayalam

  42. 287
    UMA:

    am in need of last 10 years board exam question papers of ICSE 10th standard for the second language, Tamil paper. Kindly let me know where I can download them.

    Also, I need specimen papers for all X icse subjects
    Uma

  43. 286
    UMA:

    am in need of last 10 years board exam question papers of ICSE 10th standard for the second language, Tamil paper. Kindly let me know where I can download them.

    Also, request you to provide me the web site address of any publication who has published question bank, (i.e. previous years question papers with answers) for the Tamil language subject of ICSE 10th standard Exam papers.

    This would be very helpful. Thanks.
    Uma

  44. 285
    shilpa:

    i want icse 2007 chemistry paper &2009 physics &chemistry question paper.

  45. 284
    sona:

    important icse java programe for icse?

  46. 283
    rajesh yadav:

    why icse board is not providing previous art papers on net?
    i need last 10 years papers anyone can help me.

  47. 282
    aaknsha:

    I WANT ICSE LATEST SAMPLE PAPERS OF ALL SUBJECTS OF CLASS10 FOR MARCH 2011 EXAMS.

  48. 281
    mayank:

    where physical edu paper on internet

  49. 280
    Nikhil mathew:

    i want 2008’s hindi xth std specimen paper
    if i relate the original papper to the specimen paper, its questions etc i will be able to know the qstions which “may”
    apper in the next year paper THIS WAS A TIP BY ME
    if u get the specimen paper please publish it will be helpful both both of us
    THANKING ALL OF MY FANS AND FOLLOWERS FOR THEIR SUPPORT(if they help)
    YO YO YO YO YO YO YO YO YO !!!!!!!!!!!!!!!!!!
    CS RULES

  50. 279
    rahul:

    please can i get model or sample papers for economic application for icse syllabus

  51. 278
    prashant:

    what do you mean by accounting ratio

  52. 277
    krishna murthy:

    i need blue print for 10th icse exams

  53. 276
    susmitha:

    i need some solved guess papers of icse urgently
    so plz send them kindly

  54. 275
    Swapnil:

    I need the papers of the follwing years-
    2010
    2009
    2008

  55. 274
    twinkle:

    i want icse solved board papers of last 5 years of all subjects

  56. 273
    ADITYA:

    help me ,where i could get 10th board question paper of 2011,its urgent

  57. 272
    I want last 5 year question paper of icse,of maths,english language,english literature and computer.plz send:

    Plz send solved que. Papers of class 10 of maths,english literature and computer

  58. 271
    piya:

    I WANT CBSE SOLVED PAPER OF MATH FROM 2008TO 2010 CLASS XTH

  59. 270
    malathi:

    Sir,

    I am in need of last 10 years board exam question papers of ICSE 10th standard for the second language, Tamil paper. Kindly let me know where I can download them.

    Also, request you to provide me the web site address of any publication who has published question bank, (i.e. previous years question papers with answers) for the Tamil language subject of ICSE 10th standard Exam papers.

    This would be very helpful. Thanks.

  60. 269
    SOMENDRA PRATAP:

    i want some maths tricks to solve the questions of distance formula and equations of a stright line.

  61. 268
    ARATHY.S.NAIR:

    I need10th Icse solved papers from 2000 to 2010

  62. 267
    CHANDREYIE:

    i want last 10 years icse board papers(including commercial applications and economics) unsolved

  63. 266
    PIYA:

    I WANT CBSE SOLVED PAPER OF MATH FROM 2008TO2010 CLASS XTH

  64. 265
    RISHABH:

    HELPPPPPP PLS TELL ME WHERE I CUD GET ICSE CLASS X QUESTION PAPERS? IT’S URGENT PLS HELP

  65. 264
    vasu_dubey:

    I want unsolved question papers of previous five year exams in maths of ICSE board. Please send

  66. 263
    hriday:

    i need last 10 years solved icse board papers

  67. 262
    ALPIT:

    IN SELINA IT’S WRITTEN THAT ACIDS IONISE IN WATER BUT BASE DISSOCIATE BUT I THINK IT DEPEND ON THE TYPE OF BOUND THAT A COMPOUND HAVE

  68. 261
    Rita Kapoor:

    pls get me 2010 hindi question paper .

  69. 260
    jitesh:

    to get last 10 years icse paper solved

  70. 259
    rahul:

    to get last 10 years icse paper solved

  71. 258
    Mahesh rajan:

    10 years sold papers of Maths and computer

  72. 257
    vijay:

    icse & isc last 10 year solve question paper of physical education on my mail id

  73. 256
    vijay:

    icse & isc last 10 year solve question paper of physical education

  74. 255
    leoshowrin:

    Plz can i get Blue Prints of previous ICSE Xth Board exam papers.

  75. 254
    leoshowrin:

    Can I get blue print of the earlier ICSE Xth Board exam papers

  76. 253
    AKHIL:

    HOW SHOULD WE STUDY FOR BOARDS??WILL THE QUESTIONS BE ASKED FROM TEXT BOOK OR MODEL PAPER OR GUIDES???PLZZ HELP

  77. 252
    yash:

    can u plz tell me how to get the last ten years board exam paper

  78. 251
    jephin:

    where will we get our ICSE 10th std Board Exam Question papers

  79. 250
    ekta:

    i would be highly obliged if u kindly send the last6 yrs solved question paper for arts, science ,maths ,commerce ,sst and evs

  80. 249
    Swastik:

    is model test papers available for maths?

  81. 248
    Wahid:

    plz give the question paper for ICSE EXAM 2012

  82. 247
    kushal:

    i need last ten yrs solved computer applications paper

  83. 246
    Sayanta Dey:

    i want 2008 maths question paper as quickly as possible

  84. 245
    Manoj Gaur:

    plz send me last 5 yrs icse 10th board question with answer. Economic applications

  85. 244
    JATIN:

    I WANT TO GET SOLVE ICSE 10 OUESTION PAPER OF LAST 10 YEARS OF ECONOMICS,COMMERCE,HOME SCIENCE,ENG LITRATURE,GEOGRAPHY,HISTORY&CIVICS,ENVIROMENTA EDUCATION

  86. 243
    dhanush:

    plz send me model cbse paper 2011 published by board

  87. 242
    rithanyaa:

    i want the recent 10 year question papers for english,tamil,maths,physics,chemistry,biology,environmental education,geography,history & computer science.
    Is blue print available for icse syllabus?

  88. 241
    Ayush malik:

    I want 10 year question papers““

  89. 240
    arjun:

    respected sir/ma’am
    please send me last ten years art papers for icse if possible . i will be highly obliged

  90. 239
    Md fareed:

    What is the syllabus of 2nd language hindi for icse 2011

  91. 238
    arun:

    i need last 10 years board papers

  92. 237
    shreshth:

    can you send guess paper for literature in english on my mail please?

  93. 236
    rakesh:

    plz send me last 5 yrs 10th board question with answer

  94. 235
    Nischal pradhan:

    what is your last miniut sussion for the match

  95. 234
    aditya:

    require class 10 papers of 2010 icse board

  96. 233
    mahwish:

    where I will get the the past 25 years papers solved .
    the questions included should be based on latest ICSE SYLLABUS OF 2011

  97. 232
    gggg:

    require class 10 papers of 2010 icse board.

  98. 231
    pravath suman:

    i need last five years icse question papers.

  99. 230
    Deepti Priya:

    i want all the solved question of all subject of last 10 year

  100. 229
    Venkateswara Rao:

    Kindly send us the ICSe Physics, Geography, EVN question papers 2009 for my son who is preparing 2010 examinations and help us any suggestions.

    Thanking you,

    Venkat

  101. 228
    kartik:

    where I will get the the past 10 years papers solved .
    the questions included should be based on latest ICSE SYLLABUS OF 2011

  102. 227
    niharika:

    i need 2010 question papers

  103. 226
    satyam:

    where I will get the the past 25 years papers solved .
    the questions included should be based on latest ICSE SYLLABUS OF 2011

  104. 225
    manas ranjan:

    i want all the solved question of all subject of last 10 year

  105. 224
    vineet:

    can we get the self study of all subjects of Icse in our locality?
    if yes, where, which publishers available, and what price(please mention)?

  106. 223
    soniya:

    plz…mail me icse2010 solved papers…do reply soon…….

  107. 222
    Subhralina:

    I want the ICSE History Question papers of past years

  108. 221
    jugkaran bhalla:

    please send me sample question papers of art 1 and art 2 for class 10 and 12.

  109. 220
    nawang:

    I want to know the Maths text book oprescribed for ICSE-2012.

  110. 219
    nayan:

    from where will the question of 10 ICSE BOARD arises

  111. 218
    reshma:

    Can you please send me the solved question paper of class 10 ICSE board Exam 2010 history

  112. 217
    reethu:

    hello sir…
    please mail 2008,2009,2010 question papers….. of alll subjects

  113. 216
    prithivi raj:

    I need last 10year SOLVED question paper

  114. 215
    mohammed:

    i want all solved paper of 2011 of 10 stander of icse

  115. 214
    Vinod Kumar K:

    I would like to have sample question papers for the VI subject - Group III ‘Drama’ for Grade X. At every site I’m only getting the English Literature Drama paper.

  116. 213
    RISHABH:

    WHERE DO I GET THE SOLVED QUESTION PAPERS AND GUESS PAPERS OF ICSE2010 CLASS X..

  117. 212
    anushree:

    i need last 10 years board papers

  118. 211
    sam:

    i need last 10 years solved ICSE question papers

  119. 210
    shanto:

    i want previous questions of icse board exam from 2005 to 2010

  120. 209
    Deepak:

    Kinldy send the ICSE class 10 paper of 2010 for the following subjects :
    History
    Civics
    Commerce
    Maths
    Computer Applications
    Geography
    Hindi

  121. 208
    paritosh:

    where can i find icse-class-10-papers of years1990-95

  122. 207
    BINAY PRASAD PANI:

    I NEED A ICSE IMPORTANT QUESTION OF ENGLISH,MATHS,HISTORY&CIVICS,COMPUTER,GEOGRAPHY,PHYSICS,CHEMISTRY,BIOLOGY,E.E.D

  123. 206
    sarita:

    I need last year icse X (2009-2010) all question paper.

  124. 205
    gagan maan:

    I WANT SOLVED QUESTION PAPER FOR LAST 30 YRS ICSE FOR ENGLISH LANGUAGE.PLEASE SEND ME.IT IS URGENT. I SHALL BE VERY THANKFUL TO YOU.

  125. 204
    Abhishek:

    I need last 10 years solved board papers

  126. 203
    Shzia:

    Can you please send or give me the link to download model/sample English literature paper for 2010-11.

  127. 202
    Chatterjee:

    Pls send me last 10 years ICSE Physics board papers and the sample papers for ICSE Physics 2011.

  128. 201
    AYUSHI JAIN:

    ON WHICH SITE I WILL GET LATEST BOARD PAPERS ?

  129. 200
    sikorismy:

    I need 2010 test paper

  130. 199
    JACLEEN:

    I NEED SOLVED SAMPLE PAPERS NOT YOUR COMMENTS

  131. 198
    JASU:

    I WANT ICSE LATEST SAMPLE PAPERS OF ALL SUBJECTS OF CLASS10 FOR MARCH 2011 EXAMS.

  132. 197
    JASU:

    I WANT ICSE LATEST SAMPLE PAPERS OF ALL SUBJECTS OF CLASS10 FOR MARCH 2011 EXAMS. PLZZZ SEND ME SOON AS MY TESTS ARE GOING TO START NEXT WEEK

  133. 196
    romit:

    please send me solved/unsolved question papers of al the subjects of icse board of year 2009-10l

  134. 195
    Fahad:

    where i can get solved paper of all subject of icse board of year 2009-10

  135. 194
    vaibhav:

    pls send me ten year question papers and sample papers of all subjects for class tenth icse board

  136. 193
    sambit:

    can you take economics instead of computers if you are a class 9 science icse student

  137. 192
    ankit:

    can any one send me datesheet of math

  138. 191
    rajatsrivastava:

    where i can get solved paper of all subject of icse board of year 2009-10

  139. 190
    sonal agarwal:

    pls send me ten year question papers and sample papers of all subjects for class tenth icse board .

  140. 189
    Manish Kumar:

    How to get best marks for the exams????????????

  141. 188
    anshuman:

    what is lenz’s law?

  142. 187
    tushar kumar:

    which book is good for maths,science

  143. 186
    Romilla:

    Can any one send me the question paper for last five years for maharashtra board

  144. 185
    nasim:

    plz send me last 5 yrs 10th board question with answer.

  145. 184
    Amul rath:

    Can i get icse 2011 papers in advance

  146. 183
    aruna:

    can we download I.C.S.E question banks for free. i want 2010’s 10th question papers also.plz help

  147. 182
    Avinash Anchal:

    please send me last 10 years solved ICSE question papers(from 2000 to 2010).

  148. 181
    Zenobia:

    what is important in hindi to study for my 10th board exam 2011

  149. 180
    ridhima:

    best books for science subject

  150. 179
    Abbas:

    Kinldy send the ICSE class 10 paper of chemistry of 2010

Pages: « 4 [3] 2 1 » Show All