ICSE Class 10 computer application Question Paper 2023
Practice authentic previous year questions for better exam preparation.
Sample Questions
- Write java expression for: $\left|\mathrm{x}^{2}+\mathrm{xy}\right|$
- int res=' A '; What is the value of res?
- Consider the following program and answer the questions given below: class sample \{ int a, b; sample(int x, int y) { a=x;b=y; } void calculate() { int z; z = a+b; System.out.println(z); } } Name the global var...
- Consider the following program and answer the questions given below: class sample \{ int a, b; sample(int x, int y) { a=x;b=y; } void calculate() { int z; z = a+b; System.out.println(z); } } What are the method...
- Consider the following array and answer the questions given below: $\operatorname{int} x[]=\{23,45,67,12,45,89,24,12,9,7\}$ What is the position of 89 ? ## (Answer any four questions from this Section.) The answers in this section should consist of...
Need a Custom Question Paper?
Practice More
Generate Similar computer application Question Paper →
Explore More Years
View All computer application Question Papers →