Quizzma Latest Questions

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.




Leave an answer

Leave an answer

What is the capital of Egypt? ( Cairo )

1 Answer

  1. 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 or instructions to solve a problem, and it is independent of programming languages. An algorithm can be implemented in multiple programming languages but is not bound to any specific one. The other options (A, B, and C) correctly describe essential characteristics of algorithms.

Related Questions