Computer Programming Fundamentals
Computer Programming Fundamentals
Fundamental
Program development life cycle
Control structures
Programming Paradigms
Algorithm
Pseudo code
Flow lines:
It indicates flow of a operation which is a
sequences of execution of instruction.
Connectors:
When a flowchart becomes so complex then we use
the connectors to indicate the link.
Example
Characteristics of a good program
A good program is readable.
A good program is well structured.
The program should also be well documented so that later
the author or any other programmer can understand the
program.
A good program must be portable.
The program should not have hard coded input values. This
implies that it should not be written to work for a particular
input value, but must be a general program that accept input
from user.
Reference
Computer Fundamentals by P.K Sinha and Priti Sinha.
Computer Fundamentals by Anita Goel.
Thanks