what is an algorithm?what are advantage of algorithm
Answers
Answer:
an alogarithm is a step by step proceesor to solve a given problem
Explanation:
An algorithm is a set of instructions designed to perform a specific task. This can be a simple process, such as multiplying two numbers, or a complex operation, such as playing a compressed video file. In computer programming, algorithms are often created as functions.
An algorithm is a procedure used for solving a problem or performing a computation. Algorithms act as an exact list of instructions that conduct specified actions step by step in either hardware- or software - based routines. Algorithms are widely used throughout all areas of IT.
Explanation:
Advantages of Algorithms:
It is easy to understand. An algorithm is a step-wise representation of a solution to a given problem. In Algorithm the problem is broken down into smaller pieces or steps hence, it is easier for the programmer to convert it into an actual program.