Multiple choice

A list of a finite number m × n of homogeneous data elements is called

  1. linear array

  2. multi dimensional array

  3. single array

  4. two-dimensional array

Reveal answer Fill a bubble to check yourself
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.