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.
Step-by-step explanation:
An algorithm is a step by step process that needs to be followed in order to solve logical, mathematical, well-defined instructions.
An everyday example of an algorithm is a recipe because it gives you steps to do in order to complete a task.
In computing terms, algorithms can be represented with flow charts, pseudocodes, or high-level languages.
Some of its characteristics include:
- They can be written in a computer language to create a program for a computer to follow.
- They identify the tasks that will repeat.
- They take a step-by-step approach to performing a task.
- They break the task into manageable steps.