Computer Science, asked by chaohan7834, 9 months ago

Series of logical and sequential steps of instruction that the computer follows to solve a given problem is called

Answers

Answered by devkotaprj
1

Answer:algorithm

Explanation:

Answered by Anonymous
0

Series of logical and sequential steps of instruction that the computer follows to solve a given problem is called an Algorithm.

  • There are many ways to write an algorithm, some are formal and some are informal and mathematical in nature, some are quite graphical.
  • The development of an algorithm:

        1.) Obtain a description of the problem.

        2.) Analyze the problem.

        3.) Develop high-level algorithm.

        4.) Refine the algorithm by adding more detail.

        5.) Review the algorithm.

Similar questions