| 1. |
Define And Describe An Iterative Process With General Steps Of Flow Chart? |
|
Answer» 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. 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. |
|