Unit 3 - Introduction To The Concept And Basic Instruction Of Programming C++

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

General Objective : To introduce techniques used in program design.

Specific Objectives : At the end of the unit you will be able to :

- state the techniques of program designing tools
- briefly explain the techniques of designing program by different designing tools
- use algorithm and flowchart to develop computer program


**A recipe provides good and simple example of a plan. The ingredients and the amounts are determined by what is to be baked. That is the output determines the input and processing. The recipe or plan reduces the number of mistakes you might make. Many programmers particularly beginners frequently try to write without first making a careful plan. Step-by step process will enable you to use your time efficiently and help you design error free program that produced the desired output.**

No comments:

Post a Comment