A list of a finite number m × n of homogeneous data elements is called
-
linear array
-
multi dimensional array
-
single array
-
two-dimensional array
D
Correct answer
Explanation
A two-dimensional array is defined as a finite number m × n of homogeneous data elements organized in rows and columns. This structure represents a matrix or table where each element can be accessed using two indices (row and column). It's ideal for representing grids, images, and spreadsheet-like data.