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

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