Abstract Data Types Flashcards

1
Q

What is a data type

A

a set of values and a set of operations on those values

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

what is an abstract data type

A

A Data Type whose implementation is unknown to the client of

the ADT

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

what does API stand for

A

application programming interface

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

what is an API

A

a list and informal description of the operations of an ADT

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

what is the clienT

A

The program that uses the ADT

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