Which of the following is NOT a characteristic of a good algorithm ?
2025
Which of the following is NOT a characteristic of a good algorithm ?
Answer: C. Ambiguity — A good algorithm must be unambiguous, have well-defined inputs and outputs, be finite, effective, and independent of programming language. Ambiguity is NOT a…
- A.
Finiteness
- B.
Precision
- C.
Ambiguity
- D.
Efficiency
Attempted by 638 students.
Show answer & explanation
Correct answer: C
A good algorithm must be unambiguous, have well-defined inputs and outputs, be finite, effective, and independent of programming language. Ambiguity is NOT a characteristic because it leads to incorrect results.
Loading lesson…