algorithms Flashcards

1
Q

We use algorithms to solve problems systematically. It is difficult to give a single specific

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

definition for an algorithm. Almost all fields of Research and Development use algorithms to

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

solve their problems.

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

Levitin defines the algorithm as given below:

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

“An algorithm is a sequence of unambiguous instructions for solving a problem

A

i.e.

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

obtaining a required output for any legitimate input in a finite amount of time.”

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

This unit covers the various definitions of the algorithm

A

its types

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

for designing it. This unit gives a brief idea of solving a problem using different algorithmic

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

problem-solving techniques. It also introduces various data structures

A

their classification

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

and their characteristics.

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

1.1 Objectives:

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

After studying this unit

A

you should be able to:

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

❖ Define ‘Algorithm’

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

❖ Explain the role of the algorithm in computing

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

❖ Describe the fundamentals of algorithms

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

❖ List the important types of algorithms

17
Q

❖ Describe the fundamental data structure