InterviewSolution
Saved Bookmarks
| 1. |
Which one of the following is most appropriate description of “algorithm"1. Source code2. Executable image3. Object file4. Statements laying down a step-by-step execution of the programme |
|
Answer» Correct Answer - Option 4 : Statements laying down a step-by-step execution of the programme Explanation: Algorithms: An algorithm is a list of instructions or formulas for solving a problem, based on conducting a sequence of specified actions. The set of instructions can also be expressed independently of any programming language to solve a specific problem which is called an algorithm.
Hence, we conclude that an algorithm is a set by step execution of the programme intended to solve a specific problem. Hence option (4) is the correct answer. |
|