Which one of the following is incorrect about an algorithm? A. It has well-defined steps.
B. It has to be unambiguous.
C. It should terminate after a few computational steps.
D. It is dependent on a particular programming language.
Which one of the following is incorrect about an algorithm? A. It has well-defined steps.
B. It has to be unambiguous.
C. It should terminate after a few computational steps.
D. It is dependent on a particular programming language.
The incorrect statement about an algorithm is:
D. It is dependent on a particular programming language.
Explanation: An algorithm is a set of well-defined steps designed to solve a problem, and it should be unambiguous and terminable. However, algorithms are independent of programming languages; they can be implemented in any language.