Arrays 1D And 2D Flashcards
Any type of data that can be reference as a single entity, and yet consists of more than one piece of data, like strings, arrays, classes, and other complex structures.
Aggregate Data Types
A collection of similar dat items in a program, such as an array of integers.
Array (1D)
Memory that is “side-by-side” in a computer, typical of an array structure.
Contiguous Memory
A way of organizing data in a computer so that it can be used efficiently, such as array, linked list, stack, queue, or binary tree.
Data Structure
A programming data structure that occupies contiguous memory, such as an array of values.
Linear Data Structure
An array of an array values characterized by rows and columns, arranged in a grid format.
Two-Dimensional (2D) Array