Programming
Programming
INTRODUCTION Documentation
1 |D I L I G
FUNDAMENTALS OF PROGRAMMING
Basic Flowchart Symbols
The Process Symbol represents any process, function, The Decision Symbol is a junction where a decision
or action and is the most frequently used symbol in must be made. A single entry may have any number of
flowcharting. alternative solutions, but only one can be chosen.
Offpage Connector Symbols are used to indicate the Flow lines indicate the flow of operation, that is, the
flowchart continues on another page. Often, the page exact sequence in which the instruction is executed.
number is placed in the shape for easy reference.
2 |D I L I G
FUNDAMENTALS OF PROGRAMMING
Sample Flowchart and Pseudo Code
3 |D I L I G
FUNDAMENTALS OF PROGRAMMING
INTRODUCTION TO PROGRAMMING
Programming languages
Machine Language
Assembly Language
FUNDAMENTAL OF C++
4 |D I L I G