Data Structures and Abstract Data Types Flashcards
(3 cards)
1
Q
What is a primitive data type?
A
A data type that can’t be broken down further.
2
Q
What is an abstract data type?
A
A conceptual model of how data is to be organised and the operations that can be carried out on the data.
3
Q
What is a data structure?
A
Implementation of ADTs. Can combine multiple data under a single identifier.