All posts from

ICSE Class X Computer Applications Specimen Question Paper 2022 : cisce.org

Organisation : Council For The Indian School Certificate Examinations
Class : Class X
Document Type : Specimen Question Paper
Subject : Computer Applications
Semester : 1 And 2
Year : 2022
Website : https://cisce.org/publications.aspx

ICSE Class X Computer Applications Specimen Question Paper

Council For The Indian School Certificate Examinations (ICSE) Class X Computer Applications Specimen Question Papers Semester 1 and 2 for the year 2022.

Related / Similar Question Paper : ICSE Class X Physics Specimen Question Paper 2022

ICSE Class X Computer Applications Questions

Choose the correct answer
(a) Which of the following are valid comments?
(i) /* comment */  (ii) /* comment  (iii) // comment  (iv) */ comment */
1. (i) & (iii)
2. (i) & (ii)
3. All of the above
4. None of the above

(b) Operators with higher precedence are evaluated before operators with relatively lower precedence. Arrange the operators given below in order of higher precedence to lower precedence.
(i) && (ii) % (iii) >= (iv) ++
1. (iv), (i), (iii), (ii)
2. (iv), (iii), (ii), (i)
3. (iv), (ii), (iii), (i)
4. (i), (ii), (iii), (iv)

(c) Which of the following keyword is used to create an instance of a class?
1. new
2. public
3. class
4. None of the above

(d) What is the final value stored in variable x ? double a =-8.35; double x = Math.abs(Math.floor(a));
1. 9.0
2. 7.0
3. 6
4. 7

(e) Name the type of error in the statement given below : int r=100/0;
1. Syntax
2. Runtime
3. Logical
4. None of the above

Question : 2 Fill in the blanks with the correct option
(a) The _____________ allows a class to use the properties and methods of another class.
1. Inheritance
2. Polymorphism
3. Encapsulation
4. None of the above

(b) The number of bytes occupied by char data type is __________byte/s
1. 4
2. 8
3. 2
4. None

(c) The _________ is called an instance of a class
1. Object
2. Attributes
3. State
4. None

(d) The ____________ are the words which have special meaning
1. Keywords
2. Identifier
3. Methods
4. Package

(e) Method that accepts a string without any space is _______
1. next()
2. nextLine()
3. nextInt()
4. None of the above

Question : 3 Name the following :
(a) The keyword to make a variable as a class variable
1. static
2. Static
3. final

(b) Intermediate code obtained after compilation
1. Source code
2. Byte Code
3. Object code

(c) The method with the same name as of the class and which does not have a return data type is called as
1. Constructor
2. Function
3. Method

(d) The statement to stop the execution of a construct.
1. System.exit(0)
2. break
3. STOP

(e) Invoking a method by passing the objects of a class is termed as
1. Call by value
2. call by reference
3. call by method

Download ICSE Class X Computer Applications Question Paper

Download ICSE Computer Applications Semester – 1 Class X Question Paper Here :
https://www.pdfquestion.in/uploads/pdf2022/40540-casem1.pdf
Download ICSE Computer Applications Semester – 2 Class X Question Paper Here :
https://www.pdfquestion.in/uploads/pdf2022/40540-casem2.pdf

Leave a Reply

How to add comment : 1) Type your comment below. 2) Type your name. 3) Post comment.

www.pdfquestion.in © 2021

Contact Us   Privacy Policy   SiteMap