a set of rules of solving a problem in a given number of steps
Answers
Answer:
....... is called an algorithm.
Answer:
The answer is algorithm
Explanation:
An algorithm, is a term used in the field of Computer Science, to define a set of rules or processes for solving a particular problem in a finite number of steps. Its most important feature is that all the rules and operations must be well defined and free of ambiguity. It usually consists of mathematical equations with inequalities that follow decision branches. These ordered sequences of steps must always provide the correct answer to a problem every time. Just as there is more than one approach to solving any particular problem, there can be more than one algorithm for solving a problem. Some algorithms are more efficient than others are because they are able to find the solution quicker. An implementation of an algorithm is usually a computer program consisting of procedures made of commands; however, a computer program is not an algorithm.
#answerwithquality & #BAL