Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 11 - No. 15)

What does the algorithm 'totaling' usually aim to achieve?
Finding the largest value in a list.
Calculating the sum of a set of values.
Sorting values in ascending order.
Searching for a specific value.

Explanation

Totaling, in an algorithm, involves accumulating a sum of values.

Comments (0)

Advertisement