A list of a finite number of homogeneous data elements is called
A list of a finite number of homogeneous data elements is called array.
Homogeneous data structures are those data structures that contain only similar type of data.
Example:-a data structure containing only integer or float values.
An array is a collection of data items, all of the same type, accessed using a common name. A one-dimensional array is like a list; a two dimensional array is like a table.