Answers

Question and Answer:

  Home  Programming Algorithms

⟩ Define and describe an iterative process with general steps of flow chart?

There are four parts in the iterative process they are

Initialization: -The decision parameter is used to determine when to exit from the loop.

Decision: -The decision parameter is used to determine whether to remain in the loop or not.

Computation: - The required computation is performed in this part.

Update: - The decision parameter is updated and a transfer to the next iteration results.

 199 views

More Questions for you: