Which of the following id s benefit of using a list as data abstraction in a program?
a. Lists often allow their size to be easily dated to hold as many data values as needed.

b. List convert all elements to strings so that they can be inspected character-by-
character.

c. Lists prevent duplicate data values from appearing in the list.
d. Lists are used to store all input data so that there is a running record of all user input.

Respuesta :

Answer:

Explanation:

A.

In programming, the benefit of using a list as data abstraction in a program is A:Lists often allow their size to be easily dated to hold as many data values as needed.

  • Abstraction in Programming helps in grouping of several related classes as siblings.

  • Abstraction in Programming can bring about reduction of  complexity of the design.

  • When list is used in abstraction, the size to be dated, so that more data values can be held.

Therefore, option A is correct.

Learn more at:

https://brainly.com/question/7994244