CMP 201 - Data Structures and Algorithms Flashcards

1
Q

What does ADT stand for?

A

Abstract Data Type

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

What is a collection in OOP?

A

A group of ADTs

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

Define the term ‘Data Structure’

A

A way of organising information / multiple items of data in memory.

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

Fill in the blanks:

An _ _ _ is the way in which collections work.

A

ADS

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

Define an Algorithm

A

A series of operations that can be performed to solve a problem

(take some data as input, return some data as output)

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

How is Algorithmic Performance measured?

A

Speed and Memory Usage

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

What is a breakpoint?

A

A point in the code where the program will stop executing.

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