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