>
Computer Applications
List of top Computer Applications Questions on Arrays
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.
ICSE Class X board - 2026
ICSE Class X board
Computer Applications
Arrays
Write the statement that swaps the first element and the second element using the third variable. Fill in the blanks.
ICSE Class X board - 2026
ICSE Class X board
Computer Applications
Arrays
For the array \texttt{U[][] = \{\{4, 5\
, \{7, 2\}, \{19, 4\}, \{7, 43\}\}}, find the maximum element and the index of the minimum element.}
ICSE Class X board - 2026
ICSE Class X board
Computer Applications
Arrays
Write a program to accept a two-dimensional integer array of order \( 4 \times 5 \) 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.
ICSE Class X board - 2026
ICSE Class X board
Computer Applications
Arrays
An array with 3 elements is arranged in ascending order as follows:
Name the technique used:
ICSE Class X board - 2026
ICSE Class X board
Computer Applications
Arrays
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?
ICSE Class X board - 2026
ICSE Class X board
Computer Applications
Arrays