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
7.8k 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
8.4k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.