Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

of the primary tasks when writing a program is to analyze the intitial problem a

ID: 3752664 • Letter: O

Question

of the primary tasks when writing a program is to analyze the intitial problem and break it into it's component steps. This is what you might call developing an algorithm". When developing a program you need to break it into "easily" programmed steps, but the process of building an algorithm can be applied to almost any circumstances... Think of a simple daily task and break it down into its component steps Keep it in simple terms that could be described to someone that had no idea how to do the task. Once you have the steps, post them here.

Explanation / Answer

We can break any task into simple steps, lets take example of planting a seed.

1) Take the pot in which we wanted plant the seed.

2) Fill the pot with soil

3) poke a hole in the soil.

4) Put the seed in hole.

5) Cover the seed with soil.

6) Pour adequate water in the pot.

7) Place the pot in sunlight.