Week 1: Overview of Data Structures and Algorithms Flashcards

1
Q

What is the purpose of data structures?

A. To encrypt data
B. To organize information efficiently for algorithms to operate on
C. To connect devices in a network
D. To create graphical user interfaces

A

B. To organize information efficiently for algorithms to operate on

Explanation: Data structures are used to organize information in various ways so that it can be efficiently operated on by algorithms.

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

What is an example of an algorithmic task mentioned in the slides?

A. Grouping shapes together in individual sets
B. Encrypting data
C. Connecting devices in a network
D. Creating graphical user interfaces

A

A. Grouping shapes together in individual sets

Explanation: An example of an algorithmic task mentioned in the slides is grouping shapes together in individual sets.

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

What does space complexity describe?

A. The speed of the algorithm
B. The amount of memory and storage space the algorithm needs
C. The type of data structure used
D. The number of input values

A

B. The amount of memory and storage space the algorithm needs

Explanation: Space complexity describes how much memory and storage space the algorithm needs to do its work.

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

What does time complexity describe?

A. The amount of memory and storage space the algorithm needs
B. How efficient the algorithm is relative to the size of the input
C. The type of data structure used
D. The number of output values

A

B. How efficient the algorithm is relative to the size of the input

Explanation: Time complexity describes how efficient the algorithm is relative to the size of the input it is given to work on.

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

What do algorithms typically have?

A. Only output values
B. Only input values
C. A defined set of inputs and outputs
D. No defined values

A

C. A defined set of inputs and outputs

Explanation: Algorithms typically have a defined set of inputs and outputs, meaning they have specific input values they can work on to produce a result.

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

Which of the following is a classification of algorithms?

A. Serial/parallel
B. Linear/non-linear
C. Static/dynamic
D. Simple/complex

A

A. Serial/parallel

Explanation: Algorithms can be classified as serial or parallel, among other classifications such as exact/approximate and deterministic/non-deterministic.

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

What is an algorithm?

A. A type of data structure
B. A procedure used for solving a problem or performing a computation
C. A network protocol
D. A programming language

A

B. A procedure used for solving a problem or performing a computation

Explanation: An algorithm is a procedure used for solving a problem or performing a computation, acting as an exact list of instructions that conduct specified actions step by step.

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

What is one reason why algorithms are important?

A. They give an idea of running time
B. They encrypt data
C. They connect devices in a network
D. They create graphical user interfaces

A

A. They give an idea of running time

Explanation: Algorithms are important because they give an idea of the running time, helping us understand how long it will take to execute a given task.

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

How do algorithms help us decide on hardware requirements?

A. By encrypting data
B. By providing information on the computational resources needed
C. By connecting devices in a network
D. By creating graphical user interfaces

A

B. By providing information on the computational resources needed

Explanation: Algorithms help us decide on hardware requirements by providing information on the computational resources needed to execute them efficiently.

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

What do algorithms help us determine?

A. What is feasible vs. what is impossible
B. The type of data structure used
C. The number of input values
D. The type of network protocol used

A

A. What is feasible vs. what is impossible

Explanation: Algorithms help us determine what is feasible vs. what is impossible, guiding us in solving problems and performing computations.

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

What is a continuous process in the context of algorithms?

A. Data encryption
B. Improvement
C. Network connection
D. Graphical user interface creation

A

B. Improvement

Explanation: Improvement is a never-ending process in the context of algorithms, as we continually seek to optimize and enhance their performance.

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

Why are data structures studied in the context of algorithms?

A. They help in faster access or saving of data
B. They encrypt data
C. They connect devices in a network
D. They create graphical user interfaces

A

A. They help in faster access or saving of data

Explanation: Data structures are studied in the context of algorithms because particular ways of storing data can help in faster access or saving of the data.

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

What is the main purpose of data structures in computers?

A. To encrypt data
B. To store data in ways that allow faster access or saving
C. To connect devices in a network
D. To create graphical user interfaces

A

B. To store data in ways that allow faster access or saving

Explanation: Data structures in computers are ways in which we store data to help in faster access or saving of the data, making them essential for efficient data management.

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

What is an example of a data structure?

A. Array
B. Algorithm
C. Network protocol
D. Programming language

A

A. Array

Explanation: An array is an example of a data structure used to organize information in a way that allows efficient access and manipulation.

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

What is a characteristic of an algorithm?

A. It has no defined inputs or outputs
B. It has an associated complexity
C. It is a type of data structure
D. It is a network protocol

A

B. It has an associated complexity

Explanation: Algorithms have several characteristics, including an associated complexity, which describes their efficiency in terms of time and space.

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

What is the purpose of classifying algorithms?

A. To create new programming languages
B. To understand their behavior and performance under different conditions
C. To connect devices in a network
D. To encrypt data

A

B. To understand their behavior and performance under different conditions

Explanation: Classifying algorithms helps us understand their behavior and performance under different conditions, aiding in selecting the most appropriate algorithm for a given task.

17
Q

How do algorithms help in determining hardware requirements?

A. By encrypting data
B. By providing information on the computational resources needed
C. By connecting devices in a network
D. By creating graphical user interfaces

A

B. By providing information on the computational resources needed

Explanation: Algorithms help us decide on hardware requirements by providing information on the computational resources needed to execute them efficiently.

18
Q

hy is it important to study data structures in the context of algorithms?

A. To create new programming languages
B. To understand how to store data efficiently for faster access or saving
C. To connect devices in a network
D. To encrypt data

A

B. To understand how to store data efficiently for faster access or saving

Explanation: Studying data structures in the context of algorithms is important because it helps us understand how to store data efficiently for faster access or saving, improving the overall performance of algorithms.

19
Q

What is a key benefit of using data structures?

A. They encrypt data
B. They allow efficient data organization and manipulation
C. They connect devices in a network
D. They create graphical user interfaces

A

B. They allow efficient data organization and manipulation

Explanation: A key benefit of using data structures is that they allow efficient data organization and manipulation, making it easier for algorithms to operate on the data.