Answer:
They take a step-by-step approach to performing a task.
They break the task into manageable steps.
They identify the tasks that will repeat.
They can be written in a computer language to create a program for a computer to follow.
Explanation:
An algorithm is made up of a series of instructions that have a start point that eventually culminates in an endpoint. It is used in calculations and data processing. Some of the characteristics of algorithms include;
1. They take a step-by-step approach to performing a task. There are well-defined tasks that pass through a series of successive steps before the final culmination.
2. They break the task into manageable steps. There are definite manageable steps that tasks must be broken into to ensure successful execution.
3. They identify the tasks that will repeat and execute them when the program is reading.
4. They can be written in a computer language to create a program for a computer to follow.