Open navigation menu
Close suggestions
Search
Search
en
Change Language
Upload
Sign in
Sign in
Download free for days
0 ratings
0% found this document useful (0 votes)
222 views
CMS PRE-BOARD Question paper Class 10th Computer
Pre board question class 10 icse computer
Uploaded by
jaweda1969
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as PDF or read online on Scribd
Download now
Download
Save CMS PRE-BOARD Question paper Class 10th Computer For Later
Download
Save
Save CMS PRE-BOARD Question paper Class 10th Computer For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
0 ratings
0% found this document useful (0 votes)
222 views
CMS PRE-BOARD Question paper Class 10th Computer
Pre board question class 10 icse computer
Uploaded by
jaweda1969
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as PDF or read online on Scribd
Download now
Download
Save CMS PRE-BOARD Question paper Class 10th Computer For Later
Carousel Previous
Carousel Next
Save
Save CMS PRE-BOARD Question paper Class 10th Computer For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
Download now
Download
You are on page 1
/ 9
Search
Fullscreen
- meu A- @ THE FIRST PRE-BOARD EXAMINATION Cl COMPUTER APPLICATIONS Time: Two hours Maximum marks: 100 Trseryctions ; * You will not be allowed t0 write during the first 15 minutes, This time is to be spent in reading the question paper. The time given at the head of the paper is the time allowed for writing the answers. Please do not write anything on the question paper except your name and roll number. The intended marks for questions or parts of questions are given in brackets [ ]. Autempt all questions from Section A and any four questions from Section B. All working including rough work should be done on the same sheet as the rest of the answer. BOOne SECTION A [40 marks] (Attempt all questions from this section.) Question 1 Choose the correct answers to the questions from the given options. (Do not copy the questions, write the correct answer only.) (20] w@ Vehicles Bm 6 = ‘Name the feature of Java depicted in the above picture: (a) Data hiding (b) Abstraction 4e¥ Inheritance (d) Class Gi) When converting a double data type to an int, which type of conversion is required? (a) Implicit NOY Explicit (c) Inheritance (d) double value cannot be converted to int (iii) Which of the following is NOT a method of String class? (a) length0) (b) concat() (©) trim) F ser This paper consists of Eight printed pages. Turn over(iv) Arrange the following reference types (defined by user) in the descending order of number of bytes occupied: (i) byte abef15] (ii) int jkI[3] [2] 2, ii) Moat parts] 16 (a) (i), (ii), (iii) (b) (i), Gi), (ii) LO) Gd, Gid, ( (d) Git), (), (ii) () Which of the following is the correct way to create an object of the class “citySchoo!”? (a) class citySchool = new citySchool); _(6Y citySchool aa = new citySchool(); (©) class obj = new citySchool(); (d) citySchoo! bb = class citySchool; (vi) When a= 3 then the result of the expression a *= at++ % a will be: > a<(Gr+ Ka ay 1 0) 6 347 4 % 3) ©) 9 @2 7% > (vii) Which of the following will generate syntax error(s), which will generate runtime error(s) and which will generate logical error(s); 'C Part I inta=3,b=0; System.out.printIn(“square of 3 =” + a+); Part IL inta=3,b System.out printIn(“Square of 3” = Math.pow(a, 2)); Part inta=3,b System.out.printIn(“Remainder when a is divided by b is =" + a % b); (a) Part I syntax error Part IT runtime error Part III logical error _J) Part 1 logical error Part II syntax error Part III runtime error (c) PartI. runtime error Part II logical error Part III syntax error Sey Part logical error Part IT runtime error Part III syntax error (os+% a) (3% W(viii) What is the data type of the value retumed by method Math.abs()?: (b) string (a) int {@)_ same as the data type of the arguments (c) double stIndexOf(ch); (i) bootean an tr.indexOfch) = If for the above statement variable ans gets value truc; then which of the following conclusions can be drawn? (i)_ the given character is present only once in the string (ii) the given character is not present in the string resent more than once in the string (a) either (i) or (ii) (by either (ii) or (iii) (@) variable ans will never get true value OX either (i) or Gi) (iii) the given character is p) (x) What will the following sequence of statements print? String abe = “Lucknow India”; System.out.printIn(abe.trim().lenght()); (a) 12 @) 13 © 15 (d) LUCKNOW CITY ) Assertion (A): Objects are the examples of reference data type Reason (R): Objects store the values of the instance variables (a) Both Assertion (A) and Reason (R) are true and Reason (R) is the correct explanation of Assertion (A). (b) Both Assertion (A) and Reason (R) are true but Reason (R) is not the correct explanation of Assertion (A). (©) Assertion (A) is true but Reason (R) is false. (d) Assertion (A) is false but Reason (R) is true. (xii) What is the length of the array str? String str[] = {“abc”, “def”, “ghi”}; (a) 2 4) 3 @ 9 (CO (xiii) In which of the sorting techniques, adjacent elements of the array are compared? (a) linear sort technique (b) binary sort technique (of bubble sort technique (d) selection sort technique (3) Turn averi . 2 (xiv) Which of the following methods is used to extract a part ofa string? (a) trim0 (b) extract() (ey substring) (d)_subpart() (xv) Which of the following is not an access specifier? (a)_ public (of void (c) protected (d) private (xvi) A student has written the following statement to store the ASCII value in variable x of the character present in char variable ch: int x = Math.ascii(ch); which is not correct. What will be the correct statement(s)? A. int x= ch; B/int x = (int) ch; C. int x = ascii(ch); (a) only A (pS only B (c) both A and C (d) both A and B (xvii) Which of the following is the correct statement to call a method print() whose prototype is as follows: void print (byte x, char y) (a) abe = print(300, ‘A’); (b) print(‘A’, -300); (©) print(30.0, ‘\n’); va) print((byte) 30, “\n’); (xviii) Assertion (A): Loop allows for repeated execution of a block of code Reason (R): Loop provides a way to execute a specific block of code multiple times, saving time and effort compared to writing out the same code many times. \@f Both Assertion (A) and Reason (R) are true and Reason (R) is the correct explanation of Assertion (A). 90) Both Assertion (A) and Reason (R) are true but Reason (R) is not the correct, explanation of Assertion (A). (c) Assertion (A) is true but Reason (R) is false. (@) Assertion (A) is false but Reason (R) is true. (4)xix) Manisha wanted to (ix) M ish wanted fo count the number of digits of a positiv variable n without using a loop, Which of the following statemean waite for performing it? ne ‘Statements will be correct (a) String.value engl o : ow length, (b) Integer. parsetnt(n).length() leng (all the above xx) What will be the (xx) wn " wt N a output of the Java program part given below? switch(num) { 5 case 20: System.out print(“Twenty ”); break; } (a) Twenty {c}-Forty Sixty (@) will give compile time error Question 2 (i) Name the following: (a) A Character class method that checks whether a character is an alphabet or a digit. (b) A Math class method that requires two arguments. 22] (ii) Write the output of the following program part: String strl = “prime”, str2 = “sumprime”, chk = “prime” System.outprintin(str1 + str2,substring (3) + chk); (2) (iii) What will be printed by the following. ode: ay a char ch =X"; 63-47 Cie 49 ¢ : / Cis too intn=(int)ch+10; 13 é char chr=(char)n; 3 4, System.out printin((int) n + “\t" + chr); rs ¢ 2) (jv) What will be the value of variable b after executing the following statement when the value of a is 10 and that of b is 2 initially? b-=—b-- + tHata-— 2] () Write the Java expression for the following mathematical ooresson: aa 21 or ‘oo pe(-b—- + Ta 9877 ken a-Cat lt wD ee ae nk? ee a-( mo Turn over -12CO) Gictheoumurenie een ot yf System.outprintins * 6% 5 * 8/2); (Wii) Give the Output of the following program segment: int art][] = {{2, 4, 12},43, 6, 1}, is for(i = 0; i
You might also like
Arihant - Computer Sample paper 13 ICSE 2025
PDF
No ratings yet
Arihant - Computer Sample paper 13 ICSE 2025
5 pages
PRACTICE PAPER 2 WITH ANSWER KEY-CA_ ICSE 2025 SK
PDF
No ratings yet
PRACTICE PAPER 2 WITH ANSWER KEY-CA_ ICSE 2025 SK
13 pages
50 most important programs for computer class 10 Icse
PDF
No ratings yet
50 most important programs for computer class 10 Icse
54 pages
ICSE Class 10 Chemistry 2004
PDF
No ratings yet
ICSE Class 10 Chemistry 2004
7 pages
ICSE Maths Paper 2023
PDF
No ratings yet
ICSE Maths Paper 2023
5 pages
Choose The Correct Answers: (C) Inheritance
PDF
No ratings yet
Choose The Correct Answers: (C) Inheritance
14 pages
The Heritage-10 Question Paper (Math)
PDF
No ratings yet
The Heritage-10 Question Paper (Math)
7 pages
Class Ix Itterative Statement
PDF
No ratings yet
Class Ix Itterative Statement
47 pages
APC - Arrays 2 Programs
PDF
No ratings yet
APC - Arrays 2 Programs
25 pages
Subject Enrichment Material Class X Mathematics
PDF
No ratings yet
Subject Enrichment Material Class X Mathematics
137 pages
Rmo-2009 Previous Year Question Papers of Regional Mathematical Olympiad With Solutions
PDF
No ratings yet
Rmo-2009 Previous Year Question Papers of Regional Mathematical Olympiad With Solutions
4 pages
Class Ix - Chapter 1 - Principles of Object
PDF
No ratings yet
Class Ix - Chapter 1 - Principles of Object
12 pages
12. Computer Applications
PDF
No ratings yet
12. Computer Applications
29 pages
Greenwoodannual exam 2019
PDF
No ratings yet
Greenwoodannual exam 2019
4 pages
Icse 2023 - 501 HCG1
PDF
No ratings yet
Icse 2023 - 501 HCG1
8 pages
24-25 X PHYSICS JNS
PDF
100% (1)
24-25 X PHYSICS JNS
12 pages
ICSE Class 10 Study Plan 2025 2026
PDF
No ratings yet
ICSE Class 10 Study Plan 2025 2026
3 pages
ICSE-maths-2001
PDF
No ratings yet
ICSE-maths-2001
5 pages
9-Cta Ste Ay 2023-24
PDF
No ratings yet
9-Cta Ste Ay 2023-24
5 pages
Chapter 7-Conditional Statement
PDF
No ratings yet
Chapter 7-Conditional Statement
38 pages
ICSE Specimen 2011 Mathematics: Answer Key / Correct Responses On
PDF
No ratings yet
ICSE Specimen 2011 Mathematics: Answer Key / Correct Responses On
8 pages
Class - Ix Subject - Computer Application Chapter 1-Introduction To Object Oriented Programming Concept
PDF
No ratings yet
Class - Ix Subject - Computer Application Chapter 1-Introduction To Object Oriented Programming Concept
7 pages
ICSE Class 10 English Langauge Paper 1 Answer Key 2024 PDF
PDF
No ratings yet
ICSE Class 10 English Langauge Paper 1 Answer Key 2024 PDF
6 pages
ICSE 2025 Maths Question Paper Final
PDF
No ratings yet
ICSE 2025 Maths Question Paper Final
1 page
Array SDA
PDF
No ratings yet
Array SDA
33 pages
Chapter 7 Mathematical Library Methods. EMCQs
PDF
No ratings yet
Chapter 7 Mathematical Library Methods. EMCQs
9 pages
ICSE Math-10 Solved Paper-2024
PDF
No ratings yet
ICSE Math-10 Solved Paper-2024
8 pages
Java Theory Answers
PDF
No ratings yet
Java Theory Answers
20 pages
ResPaper ICSE Class X Prelims 2024 Computer Applications (La Martiniere for Boys (LMB) Kolkata)
PDF
No ratings yet
ResPaper ICSE Class X Prelims 2024 Computer Applications (La Martiniere for Boys (LMB) Kolkata)
9 pages
Bombay Scottish Prelim 2024
PDF
100% (1)
Bombay Scottish Prelim 2024
12 pages
MCQ of Comp Applications for prac 12 class
PDF
No ratings yet
MCQ of Comp Applications for prac 12 class
167 pages
Adobe Scan 24-Dec-2024
PDF
No ratings yet
Adobe Scan 24-Dec-2024
13 pages
SOLVED Geog SPECIMEN QUESTIONPAPER 2024 - 23august2023
PDF
No ratings yet
SOLVED Geog SPECIMEN QUESTIONPAPER 2024 - 23august2023
17 pages
CL. 10_PRE BOARD_ENGLISH LANGUAGE PAPER-I (SET-A)
PDF
No ratings yet
CL. 10_PRE BOARD_ENGLISH LANGUAGE PAPER-I (SET-A)
5 pages
Children's Academy, Malad, Maths Prelims
PDF
No ratings yet
Children's Academy, Malad, Maths Prelims
8 pages
Literature Pre-boards Paper 09-Dec-2024
PDF
No ratings yet
Literature Pre-boards Paper 09-Dec-2024
5 pages
MTRP 2018 - 9
PDF
No ratings yet
MTRP 2018 - 9
2 pages
0llcomputer Applications ICSE 10th Answer Organized 1
PDF
No ratings yet
0llcomputer Applications ICSE 10th Answer Organized 1
86 pages
Chapter 5 Input in Java
PDF
No ratings yet
Chapter 5 Input in Java
12 pages
Supreme Court - Class 10 ICSE Civics Notes
PDF
No ratings yet
Supreme Court - Class 10 ICSE Civics Notes
7 pages
Chapter 4 Unit 3 Compiling and Executing Programs Web
PDF
No ratings yet
Chapter 4 Unit 3 Compiling and Executing Programs Web
22 pages
9 Maths Functions
PDF
No ratings yet
9 Maths Functions
3 pages
Isc Mathematics Solved Year Papers - For 2024 Exam - Oswal Publications
PDF
No ratings yet
Isc Mathematics Solved Year Papers - For 2024 Exam - Oswal Publications
129 pages
DAIS English Language practice paper
PDF
No ratings yet
DAIS English Language practice paper
8 pages
KISA maths 2023
PDF
No ratings yet
KISA maths 2023
7 pages
ICSE Class 10 Environmental Science
PDF
100% (1)
ICSE Class 10 Environmental Science
5 pages
23-24 X Maths Lakshdham
PDF
No ratings yet
23-24 X Maths Lakshdham
9 pages
ICSE Physical Education X
PDF
No ratings yet
ICSE Physical Education X
35 pages
ICSE Class 10 Biology 2003
PDF
100% (1)
ICSE Class 10 Biology 2003
6 pages
C-9- South End School - STE AY 2024-25
PDF
No ratings yet
C-9- South End School - STE AY 2024-25
5 pages
ICSE Class 10 History 2002
PDF
No ratings yet
ICSE Class 10 History 2002
5 pages
Maths Prelims 2021
PDF
No ratings yet
Maths Prelims 2021
6 pages
Basic Maths Model QP I Puc 2023-24 PDF
PDF
No ratings yet
Basic Maths Model QP I Puc 2023-24 PDF
3 pages
Jamnabai Prelim
PDF
100% (1)
Jamnabai Prelim
6 pages
Class IX Chapter 1
PDF
No ratings yet
Class IX Chapter 1
26 pages
ResPaper ICSE Class X Prelims 2024 Computer Applications (Hiranandani Foundation School (HFS) Thane)
PDF
No ratings yet
ResPaper ICSE Class X Prelims 2024 Computer Applications (Hiranandani Foundation School (HFS) Thane)
6 pages
BHAWANIPUR GUJARATI QP_XII
PDF
No ratings yet
BHAWANIPUR GUJARATI QP_XII
7 pages
Class 9 Computer
PDF
100% (1)
Class 9 Computer
238 pages
Computer Applications JML
PDF
No ratings yet
Computer Applications JML
7 pages
computer preboard
PDF
No ratings yet
computer preboard
7 pages