1. The size of a 2 dimensional array is determined by the number of and columns.

2. In a 2 dimensional array, the elements are accessed using column_index.

5. A 2 dimensional array can store or heterogeneous elements.

A 2 dimensional array is also known as a .

4. To declare a 2 dimensional array in Python, you use the syntax = [[[[value1, value2], [value3, value4]]]].

The element at the last row and last column of a 2 dimensional array is usually referred to as the element.

3. The first element in a 2 dimensional array is located at 0 position.