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)
6 views
22 pages
Computer Application
Computer class 10 hand-written notes
Uploaded by
aop813064
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 Computer Application For Later
Download
Save
Save Computer Application For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
0 ratings
0% found this document useful (0 votes)
6 views
22 pages
Computer Application
Computer class 10 hand-written notes
Uploaded by
aop813064
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 Computer Application For Later
Carousel Previous
Carousel Next
Download
Save
Save Computer Application For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
Download now
Download
You are on page 1
/ 22
Search
Fullscreen
COMPUTER APPLICATIONS. axiom Marks: 100 Time allowed: Two hous You will not be allowed to write during the first 15 minutes 2 in reading the question paper The time given atthe head ofthis Paper is the tne allowed for writing the answers. 1 two Sections mpt all questions from Section A and any four questions fi rhe intended marks for questions oF parts of questions are given ImBrackets{ J SECTION A (40 Maris) all questions from this Section.) Qhestion 1 Choose the correct answers to the questions from th (Damot copy the questions, write the : | Polygon Consider the above picture and choose the correct statement fiom the following: (@) Polygon is the object and the pictures ae classes (b) Both polygon and the pictures are classes (©) Polygon is the class and the pictures are objects (a) Both polygon and the pictures are objec This paper consists of 11 printed pages and 1 blank page 124861 Turn Overrhe ouput of thé sunt “CONCENTRATION ago f nD (© protected © private ¥) The output ofthe statement "talent™.compareT0(” genius") i @n ® - @B a Java? @ 10) T4861 Ta 2 ity ww © oi)(©) wrong expression (0) Whats he ouput of Matheils4)¢Mtath e592 @ 100 ® 10 © Roe @ 90 OP _"What ste method to check whether characters alter o digi? (@) isDigithar) ©) ishenerorDiging (©) isLeterOrDigit(chay @ isLETTERoDIGH(char) 0 The extension ofa Java source code file is (exe (b) obj © ivm @ java (<) The number of bytes occupied! by a chacise amuy of four rows ‘and three columns are @ 2 99 24 © 9% @ 48 Turn Overnot be used with switch ease construct?” sn (@) Destructor ' Gm) _H the name ofthe elass is “Yellow”, what can be the posible alan for its constructors? (@) yellow () YELLOW © Yel CO) Yellow(xix) » © Call by method (© Callby constructor The correct statement to create an object named mango of class fruit: it Mango= neve fit); (©) fruit mango = new fr (©) Mango frut-new Mango(); (2) fruit mango= new mango; Assertion (A): Static method can access static and instance variables Reason (R): Si ie variable can be accessed only by static method 8) Assertion and Reason both are correc. (b) Assertion is true and Reason is fale (©) Assertion is false and Reason is true. (@ Assertion and Reason both are false ‘What isthe output of the Java code given below? String color [] = {"Blue", "Red", *Violet"); System.out printin(color[2}-length(); @ 6 o 5sent using for: Rewrite the following do while program s } while (x<=20); System out printings * y Give the output ofthe following program segment. How man ¥ times is the loop executed? ” a for(x=10; x>203x+4) System.out println(x); c System. out printin(x*2) a 2 Q a @&>N String t= 94550 Sing "5450 a) double dt-DoubleparseDoublest, Able d2-DonbiepareDeubeay int x= Cinna What is vale of Cini loa oe aia hiya lah uestions given ay z inea{ I) (643.29, 782), (8,310), (12,99) (9) Wha isthe onder ofthe aay ©) Whoa the value of oojeay2y2 a (71) Dilfsrennte between bong ad unboxing e (8) The ellowing cade o compare ive sng i compl the flow sax] 2} tor Was displayed — incompatible le types —int cannot be converted to boolean, entity the statement which has he error and write the correct statement. Give the output of the program segment, void ealeulateg) String a= "KING", b="KINGDOM! boolean x = a.compareTo System.outprintn(9); RI (@s) onside the piven program and answer the questions given below a class temp. { temp() T2861 Turn Overtemp (= new temp; emp x= new temp(30); prim; x print); (®) What concept of OOPs is depicted in the above program with two (©) What is the output of the method main()? © dua types are builtin datatypes Which are a part of the wrapper These wrapper classes are encapsulated in the @ java.lang package. Non Primitive datatypes lke Scanner class are a part ofthe ut ilty package for which an object needs tobe create, (©) To which package the Charset and Boolean lasses belong? 5) _ Write the statement to access he Scanner lass inthe program, 724 861 Question TDC, Member void pr void m 124861SECTION B (60 Marks) (Answer any four questions fom tis Section) "nstsof the programs tn ether BlueS environment or an Program environment with Java asthe base. "rtten using varlable description / mnemonle codes sa that the logic ofthe Program is clearly depicted rts and algorithms are not required. Question 3 115) DIDC a courier company charges f “bes for the courier based onthe weight ofthe parcel. Define ‘class with the following specifications ber variables: name ~name of the customer ‘eight — weight ofthe parel in kilograms address — address ofthe recipient bill ~ amount tobe pai type —"D’ lomesti,‘T-intemational Member methods: oid a pt () to aceept the details using the methods of the Scanner class only void calculate ()~ to caleulate the bill as per the following criteria: WeightinKgs Rate per Kg, inst 5 Kgs Rs.800 Next 5 Kes Rs.700 Above 10 Kes Rs.500 p ‘An additional amount of Rs.1500 is charged ifthe type ofthe courier is I (Intemational) } vei print) To print the details | void main()- to create an object of the class and invoke the methods - 124861 ae Tura Oversean ie and return the value of csA=nrt b= ; following format r=4,c=Souput- 12345 12345 12345 12345 e division of m and void perform (it m, int n, char ch) to print the quotient of the di f nif'ch is Q else print the remainder of the division of m and n ifch is R Question 5 Define class to accept @ number fiom user and check if its an EvenPal number or not, (The number is said to be EvenPal number when number is palindrome number (a number ‘s palindrome ifit is equa to its reverse) and sum ofits digits is an even number.) Example: 121 —is a palindrome number ‘Sum of the digits —142+1 = 4 which is an even number Question 6 Define a class o accept values into an integer array of order 4x 4 and check whether 4 DIAGONAL array o not. An aay is DIAGONA\ IL if the sum of the left diagonal
@ > - dor) @ gmail.com is a valid gmail i, 724.861 110023, 110055, 110006, 110019, 110033 Display
You might also like
Icse Computer Applications 2024
PDF
No ratings yet
Icse Computer Applications 2024
11 pages
COMPUTER APPLICATIONS
PDF
No ratings yet
COMPUTER APPLICATIONS
51 pages
the green acres academy
PDF
No ratings yet
the green acres academy
7 pages
COMPUTER X 1st Term
PDF
No ratings yet
COMPUTER X 1st Term
5 pages
CCS Computer Application Prelim2025
PDF
No ratings yet
CCS Computer Application Prelim2025
6 pages
2025 COPPER Maneckji
PDF
No ratings yet
2025 COPPER Maneckji
7 pages
AOASS Selection
PDF
No ratings yet
AOASS Selection
8 pages
Adobe Scan 7 Nov 2024
PDF
No ratings yet
Adobe Scan 7 Nov 2024
5 pages
class X Postprelims 2024
PDF
No ratings yet
class X Postprelims 2024
5 pages
Computer Applications (2023)
PDF
No ratings yet
Computer Applications (2023)
8 pages
Reseach Paper of 2024 - 25 of Computer
PDF
No ratings yet
Reseach Paper of 2024 - 25 of Computer
5 pages
Compter App - Specimen Paper
PDF
No ratings yet
Compter App - Specimen Paper
9 pages
Icse 2023 Specimen Cta
PDF
No ratings yet
Icse 2023 Specimen Cta
9 pages
Sample papers 1 - 3 computer by Devraj Singh
PDF
No ratings yet
Sample papers 1 - 3 computer by Devraj Singh
16 pages
Selection Question 2024 (1)
PDF
No ratings yet
Selection Question 2024 (1)
10 pages
COMPUTER PRACTICE
PDF
No ratings yet
COMPUTER PRACTICE
9 pages
Computer Paper 3
PDF
No ratings yet
Computer Paper 3
4 pages
cpk
PDF
No ratings yet
cpk
5 pages
Computer ScienceCOMPLETE ICSE
PDF
No ratings yet
Computer ScienceCOMPLETE ICSE
110 pages
Computer Applications Cisce Academic Year: 2023-2024 (English Medium) Date & Time: 13th March 2024, 11:00 Am
PDF
No ratings yet
Computer Applications Cisce Academic Year: 2023-2024 (English Medium) Date & Time: 13th March 2024, 11:00 Am
22 pages
Preboard 1 x
PDF
No ratings yet
Preboard 1 x
6 pages
Class 10 1st Term Paper - Retest
PDF
No ratings yet
Class 10 1st Term Paper - Retest
8 pages
SMS Computer Prelim 2025
PDF
No ratings yet
SMS Computer Prelim 2025
9 pages
Computer practice paper
PDF
No ratings yet
Computer practice paper
4 pages
com2016
PDF
No ratings yet
com2016
13 pages
lokhandwala school_comp
PDF
No ratings yet
lokhandwala school_comp
6 pages
Computer Applications JML
PDF
No ratings yet
Computer Applications JML
7 pages
Computer Applications
PDF
No ratings yet
Computer Applications
7 pages
Adobe Scan Jul 25, 2024
PDF
No ratings yet
Adobe Scan Jul 25, 2024
8 pages
PreBoard_24_25
PDF
No ratings yet
PreBoard_24_25
5 pages
Mcq and Logical 2 Prelims
PDF
No ratings yet
Mcq and Logical 2 Prelims
9 pages
Mid Sem
PDF
No ratings yet
Mid Sem
22 pages
CLASS 9 COMPUTER FIRST TERMINAL EXAMINATION 2023-24
PDF
No ratings yet
CLASS 9 COMPUTER FIRST TERMINAL EXAMINATION 2023-24
4 pages
Comp_StXavier
PDF
No ratings yet
Comp_StXavier
4 pages
AVM COMPUTER PRELIM PAPER
PDF
No ratings yet
AVM COMPUTER PRELIM PAPER
8 pages
10 ICSE - Midterm
PDF
No ratings yet
10 ICSE - Midterm
4 pages
42ee4513-7a82-4221-bc3a-ceeb1fcfe462
PDF
No ratings yet
42ee4513-7a82-4221-bc3a-ceeb1fcfe462
8 pages
Std. 10 - Computer Applications
PDF
No ratings yet
Std. 10 - Computer Applications
6 pages
10 Icse
PDF
No ratings yet
10 Icse
6 pages
2024 Vissanji
PDF
No ratings yet
2024 Vissanji
7 pages
OOP Exam
PDF
No ratings yet
OOP Exam
13 pages
Class 10th icse 2025 computer question paper.
PDF
100% (2)
Class 10th icse 2025 computer question paper.
12 pages
10TH Icse 2023
PDF
No ratings yet
10TH Icse 2023
9 pages
Class 10 Computer Solved 1-3
PDF
No ratings yet
Class 10 Computer Solved 1-3
45 pages
C 10 South End School STE AY 2024 25
PDF
No ratings yet
C 10 South End School STE AY 2024 25
6 pages
Group_1_2_3_4_5_7_Model_1_2025_20_01
PDF
No ratings yet
Group_1_2_3_4_5_7_Model_1_2025_20_01
5 pages
SJC ICSE 2025 COMPUTER APPLICATIONS PRELIMS PAPER
PDF
No ratings yet
SJC ICSE 2025 COMPUTER APPLICATIONS PRELIMS PAPER
5 pages
2022-23
PDF
No ratings yet
2022-23
10 pages
2025 solved
PDF
No ratings yet
2025 solved
10 pages
CMS PRE-BOARD Question paper Class 10th Computer
PDF
No ratings yet
CMS PRE-BOARD Question paper Class 10th Computer
9 pages
computer paper of icse class 10 board
PDF
No ratings yet
computer paper of icse class 10 board
11 pages
Icse 2023 - 861 Cta
PDF
No ratings yet
Icse 2023 - 861 Cta
8 pages
Adobe Scan 19-Oct-2024
PDF
No ratings yet
Adobe Scan 19-Oct-2024
6 pages
Computer Applications
PDF
No ratings yet
Computer Applications
4 pages
CBS Computer Application
PDF
No ratings yet
CBS Computer Application
5 pages
BCGS CA I10 ME Jan23
PDF
No ratings yet
BCGS CA I10 ME Jan23
4 pages
prefinal-2025
PDF
No ratings yet
prefinal-2025
6 pages
Comprehensive Examination
PDF
No ratings yet
Comprehensive Examination
174 pages