InterviewSolution
Saved Bookmarks
| 1. |
is a step by step procedure which defines a set pf instructions to be executedvin a certain order to solve a particular problem |
|
Answer» Answer: ALGORITHM is a step-by-step procedure, which defines a set of instructions to be executed in a certain order to get the desired output. Algorithms are generally created INDEPENDENT of underlying languages, i.e. an algorithm can be IMPLEMENTED in more than ONE PROGRAMMING language. HOPE I HELP YOU.... |
|