Question & Answer

Which one of the following is incorrect about an algorithm?

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.

1 Answer

Verified archive
Quizzma TeamAugust 4, 2025

The incorrect statement about an algorithm is:

D. It is dependent on a particular programming language.

Explanation: An algorithm is a set of step-by-step instructions designed to perform a specific task or solve a problem, and it is independent of any programming language. Algorithms can be expressed in natural language, pseudocode, or any programming language. The key characteristics of algorithms include having well-defined steps (A), being unambiguous (B), and terminating after a finite number of steps (C).