Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 5 - No. 14)
In the context of a programming algorithm, what is 'totaling' used for?
Sorting a list of numbers.
Calculating the sum of a set of numbers.
Finding the largest number in a list.
Searching for a specific number.
Explanation
Totaling is a process to compute the sum of a group of values.
Comments (0)
