Data Structure Flashcards
1
Q
What is a data structure?
A
A way of effienctly organising data.
2
Q
What is a static data structure?
A
The size of the data cannot be changed. The memory size is fixed.
3
Q
Dynamic data structure?
A
The size can be altered as the program is being run.
4
Q
What is a list?
A
A dynamic data structure that has data stored in the order they were input.