Multiple choice technology architecture

Two dimensional arrays are also called

  1. tables arrays

  2. matrix arrays

  3. both of above

  4. none of above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Two-dimensional arrays are commonly referred to as both tables (for tabular data representation) and matrices (especially in mathematical contexts involving rows and columns). Both terms describe the same conceptual structure of data arranged in a grid format with rows and columns.