Consider a 2D array (matrix) with 5 rows and 4 columns, as shown below. The matrix is stored as a 1D array using column-major storage, where each column follows the previous column in memory. This is