Physics, asked by BILLEN, 11 months ago

WHAT IS ALGORITHM ?HOW FIND IT

Answers

Answered by sanketmkolhe123
1

Answer:

Techopedia explains Algorithm

An algorithm is a detailed series of instructions for carrying out an operation or solving a problem. In a non-technical approach, we use algorithms in everyday tasks, such as a recipe to bake a cake or a do-it-yourself handbook.

Technically, computers use algorithms to list the detailed instructions for carrying out an operation. For example, to compute an employee’s paycheck, the computer uses an algorithm. To accomplish this task, appropriate data must be entered into the system. In terms of efficiency, various algorithms are able to accomplish operations or problem solving easily and quickly.

Answered by bably66
0

An algorithm is a step by step method of solving a problem. It is commonly used for data processing, calculation and other related computer and mathematical operations.

An algorithm is also used to manipulate data in various ways, such as inserting a new data item, searching for a particular item or sorting an item.

Keep in mind that algorithm is a step-by-step process.

Depending upon programming language, include syntax where necessary.

Begin.

Include variables and their usage.

If they are any loops, try to give sub number lists.

Try to give go back to step number if loop or condition fails.

Similar questions