What is a list of data organized for easy access?
A. A variable
B. A loop
C. An operation
D. An array
Asked by kitkatrooks
Answer (1)
An array is a data structure in computer science that organizes a list of data for easy access. It allows specific elements to be accessed using their numerical indices. The correct answer to the question is D. An array. ;