13.1 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