Step 1: List what a valid algorithm must have. Every algorithm needs clear input, clear output, unambiguous steps, and it must finish after a finite number of steps. Step 2: Focus on the finishing condition. The property that guarantees the algorithm stops after finitely many steps, rather than looping forever, is called termination (or finiteness). Step 3: Match to the option. Accuracy, storage and versatility don't say anything about whether the process ever stops, so termination is the right fit. \[ \boxed{\text{Termination}} \]
Was this answer helpful?
0
Top Questions on Computer Languages and Algorithms