Computer Question Paper ICSE
Computer Question Paper ICSE
-80
(2024 2025)
-
Final Examination
Class: IX COMPUTERAPPLICATIONS Time: 2 hrs.
Date: 17.02.2025
d =d* 2:;
System.out.println(d );
C +:
}while( c<= 15);
Question5
[3|
following Mathematical expression:
Write equivalent Java expression for the
() 3x + 4x
7 8
(2) |x-y
(3) Area=side * side
3]
Question 6
evaluating the following expressions:
What willbe the result of S' after
(1) int x=-2;
int S = +tx + --x * X+ ++X;
Question 8
Answer the following in brief: [4]
(1)Which looping construct executes at least once in a program?
(2) Write any two safety measures against malicious intent and malicious code.
(3) What is a block?
(4) Write any two principles of OOP.
PART Il(40 Marks)
Atlempi any 4 programs. (10)
whether the
digits. The program further checks
Question 9 number of
number and count the
Write a program to input a digits or evcn number of digits.
number contains odd number of
[10]
Question 12
Write a program to input marks of five subjects Physics, Chemistry, Biology, Maths and Computer Science.
criteria:
Calculate percentage and print grade according to the following
Grade
Percentage
>=90 %
>= 80 %and <=89 % B
>= 70 % and <=79%
<= 69 % D
Question 13 [10]
following
Write a program to accept an integer number say 'n' from the user to find and print the sum of the
series:
1+4 + 9+ 16+ 25 + 36+ n