Arrays (Two Dimensional)
Across
- 2. The number of elements in each dimension of a two-dimensional array.
- 5. Each individual value in a two-dimensional array.
- 9. The process of giving values to elements when declaring an array.
- 10. A common term to describe the structure of a two-dimensional array.
- 11. All arrays are passed to functions in this particular way.
- 15. The act of looping through elements in an array.
- 18. The process of defining the type, name and size of an array.
- 19. Term used to describe loops inside loops, commonly used to traverse two-dimensional arrays.
Down
- 1. A term to describe arrays with more than one dimension.
- 3. The process of accessing elements in an array using indices.
- 4. The most important index when passing an array to a function.
- 6. The location where elements of a two-dimensional array are stored.
- 7. Adjective used to describe the arrangement of elements in a two-dimensional array.
- 8. A visual representation of data often created using a two-dimensional array.
- 12. A block of code that can be called to perform a specific task, often used with two-dimensional arrays.
- 13. The horizontal divisions in a two-dimensional array.
- 14. The vertical divisions in a two-dimensional array.
- 16. A collection of elements stored in contiguous memory locations.
- 17. A mathematical term often used interchangeably with a two-dimensional array.