UNTIL [tex]K\ \textgreater \ 5[/tex]
END.

Marks obtained by 10 students for the ICT subject are given in the following array:

[tex]\[
\begin{array}{llllllllll}
A(0) & A(1) & A(2) & A(3) & A(4) & A(5) & A(6) & A(7) & A(8) & A(9) \\
76 & 49 & 54 & 88 & 61 & 68 & 72 & 93 & 37 & 70
\end{array}
\][/tex]

Which of the following index items can be used to record the highest mark?

A. A(7)
B. A(3)
C. A(9)
D. A(6)



Answer :

Sure! Let's break down the solution to determine which student obtained the highest mark, and at which index the highest mark is located.

1. Identify the List of Marks:
We are given marks obtained by 10 students as follows:
[tex]\[ [76, 49, 54, 88, 61, 68, 72, 93, 37, 70] \][/tex]

2. Determine the Highest Mark:
- To find the highest mark, we look through the list and identify the largest number. On inspecting the list, we can see that the highest mark is 93.

3. Find the Index of the Highest Mark:
- The index is the position of the mark in the array. In the given array, the mark of 93 is located at the 8th position (keeping in mind that array indexing starts from 0). Hence, the index of the highest mark 93 is 7.

To summarize:

- The index item that has the highest mark is 7.
- The highest mark obtained is 93.

Therefore, the detailed solution is:
- The highest mark is 93.
- This highest mark is located at index 7 in the array.