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