(English Medium)
Academic Year: 2021-2022
Date: April 2022
Duration: 1h30m
Advertisements
Note:
- Answers to this Paper must be written on the paper provided separately.
- You will not be allowed to write during the first 10 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.
- 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 [ ].
When a primitive data type is converted to the corresponding object of its class, it is called as ______
Boxing
Explicit type conversion
Unboxing
Implicit type conversion
Chapter:
State the value of y after the following is executed:
char x = '7';
y = Character.isLetter(x);
false
7
true
'7'
Chapter: [0.0103] Values and Data Types
Give the output of the following string methods.
"MISSISSIPPI".indexOf('S') + "MISSISSIPPI".lastIndexOf('I')
10
12
20
11
Chapter: [0.04] String Handling
Corresponding wrapper class of int data type is ______
integer
INTEGER
Int
Integer
Chapter: [0.02] Library Classes
Advertisements
Variable that is declared within the body of a method is termed as ______
Instance variable
class variable
Local variable
Argument variable
Chapter:
Identify the correct array declaration statement.
int a[10];
int a[]=new int[10];
int arr[i]=10;
int a[10]=new int[];
Chapter: [0.03] Arrays (Single Dimensional and Double Dimensional)
A variable that is bounded to the object itself is called ______
Instance variable
class variable
Local variable
Argument variable
Chapter:
The access modifier that gives the most accessibility is ______
private
public
protected
package
Chapter: [0.08] Encapsulation
Give the output of the following code.
String A = "26.0", B= "74.0";
double C = Double.parseDouble(A);
double D = Double.parseDouble(B);
System.out.println((C+D));
26
74
100.0
2674
Chapter: [0.02] Library Classes
Advertisements
Wrapper classes are available in ______ package.
java.io
java.util
java.lang
java.awt
Chapter: [0.02] Library Classes
Define a class to declare an integer array of size n and accept the elements into the array. Search for an element input by the user using the linear search technique, display the element if it is found, otherwise display the message “NO SUCH ELEMENT".
Chapter: [0.03] Arrays (Single Dimensional and Double Dimensional)
Define a class to declare a character array of size ten, accept the character into the array and perform the following:
- Count the number of uppercase letters in the array and print.
- Count the number of vowels in the array and print.
Chapter: [0.03] Arrays (Single Dimensional and Double Dimensional)
Define a class to declare an array of size 20 of the double datatype, accept the elements into the array and perform the following:
- Calculate and print the sum of all the elements.
- Calculate and print the highest value of the array.
Chapter: [0.03] Arrays (Single Dimensional and Double Dimensional)
Define a class to accept two strings, convert them into uppercase, check and display whether two strings are equal or not, if the two strings are not equal, print the string with the highest length or print the message both the strings are of equal length.
Chapter: [0.04] String Handling
Define a class to accept a string, convert it into lowercase and check whether the string is a palindrome or not.
A palindrome is a word that reads the same backward as forward.
Example:
madam, racecar etc.
Chapter: [0.04] String Handling
Define a class to accept and store 10 strings into the array and print the strings with an even number of characters.
Chapter:
Other Solutions
Submit Question Paper
Help us maintain new question papers on Shaalaa.com, so we can continue to help studentsonly jpg, png and pdf files
CISCE previous year question papers ICSE Class 10 Computer Applications with solutions 2021 - 2022
Previous year Question paper for CISCE ICSE Class 10 Computer Applications-2022 is solved by experts. Solved question papers gives you the chance to check yourself after your mock test.
By referring the question paper Solutions for Computer Applications, you can scale your preparation level and work on your weak areas. It will also help the candidates in developing the time-management skills. Practice makes perfect, and there is no better way to practice than to attempt previous year question paper solutions of CISCE ICSE Class 10 .
How CISCE ICSE Class 10 Question Paper solutions Help Students ?
• Question paper solutions for Computer Applications will helps students to prepare for exam.
• Question paper with answer will boost students confidence in exam time and also give you an idea About the important questions and topics to be prepared for the board exam.
• For finding solution of question papers no need to refer so multiple sources like textbook or guides.