Clarify the characteristics of data types and how we organise them in types of data structures
A data structure is a method of organising data to allow particular operations to be performed on them efficiently; in this way, data structures are more complex than data types. The types of data structures used in Applied Computing are: arrays and associative arrays such as hash tables and dictionaries; stacks; queues; linked lists; fields; records; and classes.