22.5k views
0 votes
An algorithm used in a computer program must be well defined and well ordered, with no gap in instructions. And a programming algorithm must contain clear, __________, step-by-step instructions, which means no step, not even the most basic and elementary, can be left out.

User Peterstone
by
4.9k points

1 Answer

7 votes

Answer:

unambiguous

Step-by-step explanation:

An algorithm in computer programming is a procedure, well ordered almost like a recipe and tells your computer precisely what steps to take to solve a problem or reach a goal. Each step must be clear and unambiguous

User JamWils
by
5.2k points