ICSE-CLASS-X-BOARD SERIES
Computer-applications

Operators

4 previous year questions.

Volume: 4 Ques
Yield: Medium

High-Yield Trend

4
2026

Chapter Questions
4 MCQs

01
PYQ 2026
medium
computer-applications ID: icse-cla
Evaluate the Java expression:
if , , .
02
PYQ 2026
medium
computer-applications ID: icse-cla
Assertion (A): The result of the Java expression is .
Reason (R): According to the hierarchy of operators in Java, addition is done first followed by division.
1
(A) is true and (R) is false.
2
(A) is false and (R) is true.
3
Both (A) and (R) are true and (R) is the correct explanation of (A).
4
Both (A) and (R) are true, but (R) is not the correct explanation of (A).
03
PYQ 2026
medium
computer-applications ID: icse-cla
What is the output of the statement Math.pow(36, 6/5) ?
1
36.0
2
1.0
3
73.71
4
6.0
04
PYQ 2026
medium
computer-applications ID: icse-cla
The output of the statement: \texttt{System.out.println(Character.toUpperCase('b') + 2); is:}
1
66
2
100
3
68
4
98