Unit 3 - Introduction The Technique To Develope C++ Programming

Posted on Friday, May 7, 2010 by B[H] | 0 comments
Labels:

The first step in writing instructions to carry out a task is to determine what the output should be – that is, what the task should produce. The second step is to identify the data, or input, necessary to obtain the output. The last step is to determine how to process the input to obtain the desired output. The general process of writing program is to analyze the problem, design and plan the solution, coding


which is to translate the algorithm into a programming language and finally testing and debugging.
In this unit we shall discuss the logical sequence of precise steps that solve the problem known as algorithm and three popular programming tools or techniques used to develop the logic plan: flowcharts, pseudo code and structure chart or input-process-output chart.

No comments:

Post a Comment