ICSE-CLASS-X-BOARD SERIES
Computer-applications

Arrays

6 previous year questions.

Volume: 6 Ques
Yield: Medium

High-Yield Trend

6
2026

Chapter Questions
6 MCQs

01
PYQ 2026
medium
computer-applications ID: icse-cla
Write a program to accept a two-dimensional integer array of order as input from the user. Check if it is a Sparse Matrix or not. A matrix is considered to be a sparse, if the total number of zero elements is greater than the total number of non-zero elements. Print appropriate messages.
02
PYQ 2026
medium
computer-applications ID: icse-cla
For the array \texttt{U[][] = \{\{4, 5\, \{7, 2\}, \{19, 4\}, \{7, 43\}\}}, find the maximum element and the index of the minimum element.}
03
PYQ 2026
easy
computer-applications ID: icse-cla
Write a program to accept the designations of 100 employees in a single dimensional array. Accept the designation from the user and print the total number of employees with the designation given by the user as input.
04
PYQ 2026
hard
computer-applications ID: icse-cla
Write the statement that swaps the first element and the second element using the third variable. Fill in the blanks.
05
PYQ 2026
medium
computer-applications ID: icse-cla
An array with 3 elements is arranged in ascending order as follows:
Name the technique used:
1
Bubble sort
2
Linear Search
3
Selection sort
4
Binary Search
06
PYQ 2026
medium
computer-applications ID: icse-cla
The sales made by 5 salesmen selling 5 products is stored in a two-dimensional array of integer data type. How many bytes does the array occupy?
1
25
2
200
3
50
4
100

About Arrays - ICSE-CLASS-X-BOARD

Arrays is a vital chapter for ICSE-CLASS-X-BOARD aspirants. Mastering the concepts covered in this chapter is essential for securing a top rank.

By rigorously practicing the previous year questions associated with this chapter, you can identify high-yield topics, understand the examiner's perspective, and boost your confidence during the actual exam.

Frequently Asked Questions

Why focus on Arrays PYQs?

Analyzing PYQs for this specific chapter reveals the most frequently tested concepts and the typical complexity of questions, allowing you to tailor your study plan efficiently.

How to best use this analysis?

Review the topic breakdown to see which sub-topics within Arrays carry the most weight. Then, tackle the questions iteratively to solidify your understanding.