![]() |
Define programming cycle? |
[Edit] |
[Edit]
Answer
Steps for Programming Cycle
- try to understand and analyze the problem.
- write the algorithm or draw the flow chart for the problem.
- create the source file using editor and the code according to the flow chart or algorithm.
- compile the program using the system software and the object file is created.
- step 4 is repeated till the source program contains no compilation errors, then step 6.
- link the necessary library files needed for the compilation of the object file.
- load the file for execution.
Steps 6 and 7 are a part of the execution process.
- execute the program using the run option.
First answer by Manash. Last edit by Manash. Contributor trust: 22 [recommend contributor]. Question popularity: 10 [recommend question]




