define algorithm and state the rules for writing an algorithm.
Answers
Answered by
7
Answer:
hope it will help you mark as brainlist
Attachments:
Answered by
0
Answer:
An algorithm can be defined as a set of well-defined instructions to solve a particular problem. An algorithm takes a set of input and returns a desired output.
Explanation:
An Algorithm Development Process should follow the following rules:
- Step 1: Obtain a description of the problem. Obtaining a description is much more difficult than it appears.
- Step 2: Analyze the problem with proper logic.
- Step 3: Develop a high-level algorithm for the given problem.
- Step 4: Refine this algorithm by adding more detail .
- Step 5: Review the algorithm for correctness.
Similar questions