Computer Science, asked by qureshikamil570, 8 hours ago

write advantages of algrothism​

Answers

Answered by mayanksaha9125
0

Answer:

Advantages of Algorithms:

It is a step-wise representation of a solution to a given problem, which makes it easy to understand.

An algorithm uses a definite procedure.

It is not dependent on any programming language, so it is easy to understand for anyone even without programming knowledge.

Explanation:

Answered by XxcutieXQueenxX
2

1. It is a step-wise representation of a solution to a given problem, which makes it easy to understand

.2. An algorithm uses a definite procedure.

3. It is not dependent on any programming language, so it is easy to understand for anyone even without programming knowledge.

4. Every step in an algorithm has its own logical sequence so it is easy to debug

.5. By using algorithm, the problem is broken down into smaller pieces or steps hence, it is easier for programmer to convert it into an actual program.

Similar questions