The programming scenarios which would benefit most from the use of lists is: D. writing a program to calculate statistics about a large set of exam scores (e.g highest/lowest score, median average score).
Computer programming involves the process of designing, writing and developing executable codes (instructions) or collection of data to perform a specific task on a computer.
In Computer programming, a list refers to an abstract data type that represents a finite number of either ordered or unordered values. Also, a list can be used to perform the following tasks:
In this context, a computer program that is used to calculate statistics about a large set of exam scores (e.g highest/lowest score, median average score) would benefit most from the use of lists because it contains series of numerical value that can be sorted as an ordered or unordered array.
Read more on lists here: https://brainly.com/question/15092271