Algorithm is an ordered set of unambiguous, executable steps, defining a terminating process.
An Algorithm is abstract from its representation.
ex>
F = (9/5)C + 32 : Algorithm
Multiply the temperature readings in Celsius by 9/5 and then add 32 to the product : represent
A Program is a representation of an algorithm.
To execute a program is to execute the algorithm represented by the program.
이 글은 스프링노트에서 작성되었습니다.