Arrays 1D And 2D Flashcards

1
Q

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.

A

Aggregate Data Types

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

A collection of similar dat items in a program, such as an array of integers.

A

Array (1D)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Memory that is “side-by-side” in a computer, typical of an array structure.

A

Contiguous Memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

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.

A

Data Structure

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

A programming data structure that occupies contiguous memory, such as an array of values.

A

Linear Data Structure

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

An array of an array values characterized by rows and columns, arranged in a grid format.

A

Two-Dimensional (2D) Array

How well did you know this?
1
Not at all
2
3
4
5
Perfectly