Computer Science, asked by pratibhapandey1206, 9 months ago

The procedure to write the steps of a program in a well defined way​

Answers

Answered by Anonymous
29

hope it helps uh

Explanation:

There are five main ingredients in the programming process:

Defining the problem.

Planning the solution.

Coding the program.

Testing the program.

Documenting the program.

Answered by 230639
2

Answer:

A set of step-by-step procedures for accomplishing a task is known as a(n) algorithm.

An algorithm is a well-defined procedure that allows a computer to solve a problem. Another way to describe an algorithm is a sequence of unambiguous instructions. ... In fact, it is difficult to think of a task performed by your computer that does not use algorithms.

A programming algorithm is a computer procedure that is a lot like a recipe (called a procedure) and tells your computer precisely what steps to take to solve a problem or reach a goal. The ingredients are called inputs, while the results are called the outputs.

I HAVE alredy given the explanation

Similar questions