207k views
1 vote
Define the term algorithm and describe how programmers use algorithms when designing a program.

User Jorj
by
4.4k points

1 Answer

1 vote
programming algorithm as a recipe that describes the exact steps needed for the computer to solve a problem or reach a goal. In many cases, there are multiple ways to perform a specific operation within a software program. Therefore, programmers usually seek to create the most efficient algorithms possible. By using highly-efficient algorithms, developers can ensure their programs run as fast as possible and use minimal system resources. Of course, not all algorithms are created perfectly the first time. Therefore, developers often improve existing algorithms and include them in future software updates. When you see a new version of a software program that has been "optimized" or has "faster performance," it most means the new version includes more efficient algorithms.
User Brian Leeming
by
4.0k points