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

Submitted by: Administrator
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.
Submitted by: Administrator

Read Online Programming Algorithms Job Interview Questions And Answers