13.01 - User-Defined Data Types Flashcards
1
Q
User-defined data type
A
A data type based on an existing data type or other data types that have been defined by a programmer
2
Q
Non-composite data type
A
A data type that does not reference any other data types
3
Q
Enumerated data type
A
A non-composite data type defined by a given list of all possible values that has an implied order
4
Q
Pointer data type
A
A non-composite data type that uses the memory address of where the data is stored
5
Q
Set
A
A given list of unordered elements that can use set theory operations such as intersection and union