Data Structure Flashcards

1
Q

What is a data structure?

A

A way of effienctly organising data.

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

What is a static data structure?

A

The size of the data cannot be changed. The memory size is fixed.

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

Dynamic data structure?

A

The size can be altered as the program is being run.

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

What is a list?

A

A dynamic data structure that has data stored in the order they were input.

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