Computer Science, asked by umacin, 4 months ago

An algorithm makes it easy to -
a program.

Answers

Answered by Anonymous
0

Answer:

A programming algorithm is a computer procedure that is a lot like a recipe (called a procedure) and tells your computer precisely what steps to take to solve a problem or reach a goal. The ingredients are called inputs, while the results are called the outputs.Algorithms are used to find the best possible way of solving a problem. In doing so they improve the efficiency of a program. When it comes to programming, efficiency can be used to mean different things. One of them is the accuracy of the software.

Answered by XxHeartHeackerJiyaxX
20

Answer:

Every step in an algorithm has its own logical sequence so it is easy to debug. 5. By using algorithm, the problem isbroken down into smaller pieces or steps hence, it is easier for programmer to convert it into an actual program.

Similar questions