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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Non-composite data type

A

A data type that does not reference any other data types

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Pointer data type

A

A non-composite data type that uses the memory address of where the data is stored

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Set

A

A given list of unordered elements that can use set theory operations such as intersection and union

How well did you know this?
1
Not at all
2
3
4
5
Perfectly