ICSE Class 10 section a type questions ₹99

Most Important ICSE Class 10 Computer Applications Questions – PDF

Get 30 most expected Section A-style Java questions with answers. Covers output prediction, error finding & code tracing. Ideal for ICSE 2026 exam.

🔍 Output-Based Questions

Practice real exam-style output prediction questions.

💡 Error & Trace Questions

Sharpen your logic and debugging skills with top-level problems.

📥 Instant Download

Get the PDF immediately after payment. Study anytime, anywhere.

📘 Sample ICSE Class 10 Section A Questions (Java)

Q1.
int x = 5, y = 10;
x = x++ + ++y;
System.out.println(x);

Answer: 16

Explanation: x++ is 5 (post-increment, x becomes 6 after this line), ++y is 11 (pre-increment). So, x = 5 + 11 = 16.

Q2.
String s = "Programming";
System.out.println(s.substring(4, 7).toUpperCase());

Answer: RAM

Explanation: Substring from index 4 to 6 is "ram", but since indexes start from 0, index 4 is 'r', 5 is 'a', 6 is 'm'. So s.substring(4, 7) = "ram", converted to uppercase = RAM.

📥 Buy Full PDF for ₹99

Get the full PDF containing Section A type 30 questions covering the entire ICSE Class 10 Computer Applications syllabus.

Scan & Pay ₹99
Pay via PhonePe QR

UPI ID: amitsirtutor@icici
📩 Send Payment Screenshot on WhatsApp Contact (WhatsApp): +91 81819 69432

After Payment:
Send payment screenshot on WhatsApp. You’ll receive the full PDF within 15 minutes.

❓ Frequently Asked Questions

Only Section A style questions: output prediction, error detection, and code tracing from Java topics.

Yes, all questions are answered in a simple and understandable way.

You’ll get the PDF within 5 minutes after confirming your payment via WhatsApp.