12-11-2024, 10:01 AM
Download previous year Computer Applications question paper of ICSE class 10 Board Exam 2024. Download the paper in PDF format from the link below.
Some sample questions from the question paper are:
1. The access specifier that gives least accessibility is
(a) package
(b) public
© protected
(d) private
2. Which of the following are entry controlled loops?
1. for
2. while
3. do..while
4. switch
(a) only 1
(b) 1 and 2
© 1 and 3
(d) 3 and 4
3. Primitive data types are built in data types which are a part of the wrapper classes. These wrapper classes are encapsulated in the java.lang package. Non primitive datatypes like Scanner class are a part of the utility package for which an object needs to be created.
(a) To which package the Character and Boolean classes belong?
(b) Write the statement to access the Scanner class in the program.
4. Define a class to accept a number from user and check if it is an EvenPal number or not. (The number is said to be EvenPal number when number is palindrome number (a number is palindrome if it is equal to its reverse) and sum of its digits is an even number.) Example: 121 - is a palindrome number
Sum of the digits - 1+2+1 = 4 which is an even number
Click on the below link for detailed question paper
ICSE 10th Board Exam Question Paper 2024 Computer Applications.pdf (Size: 275.37 KB / Downloads: 13)
Some sample questions from the question paper are:
1. The access specifier that gives least accessibility is
(a) package
(b) public
© protected
(d) private
2. Which of the following are entry controlled loops?
1. for
2. while
3. do..while
4. switch
(a) only 1
(b) 1 and 2
© 1 and 3
(d) 3 and 4
3. Primitive data types are built in data types which are a part of the wrapper classes. These wrapper classes are encapsulated in the java.lang package. Non primitive datatypes like Scanner class are a part of the utility package for which an object needs to be created.
(a) To which package the Character and Boolean classes belong?
(b) Write the statement to access the Scanner class in the program.
4. Define a class to accept a number from user and check if it is an EvenPal number or not. (The number is said to be EvenPal number when number is palindrome number (a number is palindrome if it is equal to its reverse) and sum of its digits is an even number.) Example: 121 - is a palindrome number
Sum of the digits - 1+2+1 = 4 which is an even number
Click on the below link for detailed question paper
ICSE 10th Board Exam Question Paper 2024 Computer Applications.pdf (Size: 275.37 KB / Downloads: 13)