PROGRAMMING WITH PROBLEM ANALYSIS CODING EXECUTION CYCLE


PROGRAMMING WITH PROBLEM ANALYSIS CODING EXECUTION CYCLE





Programming is a process of problem solving .Different people use different techniques to solve different programs.some techniques are easy and common and widly used.

In programming envoirnment the problem solving  process  requires the following steps.

step 1.    Analyze the problem , outline the problem and its solution requirements and design an algorithm to solve the problem.

step 2.    implement the algorithm(a step by step problem solving process in which a solution is arrived at finite time) in a programming language such as c++ and verify that the algorithm work.

step 3.   Maintain the program by using and modifying it if the problem domain changes.



summary of these three steps


                                                                   PROBLEM

                                                                   ANALYSIS

                                                                  ALGORITH DESIGN

                                                                  CODING

                                                                  PREPROCESSOR

                                                                 COMPILER

                                                                 NO ERROR
LIBRARY
                                                                 LINKER

                                                                 LOADER

                                                                 EXECUTION

                                                                 NO ERROR

                                                                RESULTS

This is a problem analysing coding execution cycle.