What is an array?
Name an example of a 1 and 2 dimensional array
What is a record?
What is field?
What are the steps of making a record structure
What is a Tuple
What is a data structure and name a few
What does a static data structure mean and name an example
What is a dynamic data structure and name a disadvantage?
What is a list?
What are the similarities and differences between an array, list or tuple
What are the similarities between constants and tuples
What are the differences between constants and tuples
What are the similarities between record structures and classes
What are the differences between record structures and classes
What is a doubly linked list?
What is a circular list?
What is a doubly circular linked list?
What can be used to implement a linked list?
What are the applications of a linked list
What operations can be performed on a linked list?
State an explain an advantage and a disadvantage of the linked list data structure?
Describe what is meant by the term “Linked list”
Describe the difference between an array and a linked list?