2D Array | Rows |
Columns | Elements |
Index | Initialization |
Access | Traversal |
The horizontal dimension of a 2-dimensional array. | An array that is commonly represented as a grid of rows and columns. |
The individual values stored within a 2-dimensional array. | The vertical dimension of a 2-dimensional array. |
The process of assigning initial values to a 2-dimensional array. | The position of an element within an array |
Process of accessing each element in a 2-dimensional array. | Retrieving the value of a specific element in an array. |
Array Length | Nested Arrays |
Element | Row |
Column | Array Size |
Modification |
Arrays that are placed inside other arrays, creating multiple dimensions. | The total number of elements in a 2-dimensional array. |
The horizontal dimension of a 2-dimensional array. | A value stored within an array. |
The total number of elements that can be stored in a 2-dimensional array. | The vertical dimension of a 2-dimensional array. |
Changing the value of a specific element in a 2-dimensional array. |