1.4.2 Data Structures Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Array

A

A finite, ordered set of elements of the the same type, e.g, integer or real/float

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

Tuples

A

Stores a sequence of data items but, once the value is set it cannot be changed as the program runs

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

Queues

A

A first in first out data structure

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

List

A

An abstract data type consisting of a number of items where the same item may occur more than once

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

Linked list

A

A dynamic data structure used to hold an ordered sequence

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

Stack

A

A last in first out data structure

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

Stack

A

A last in first out data structure

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