Concept of Porgramming
Concept of Programming is the basic part of programming which
includes “Algorithms” and “Flow charts”. One programmer uses
Algorithms and Flow charts to solve a problem OR create an applications. There
are many types of programming Like: Java, JavaScript, C, C++, Python etc. To sole any problem one need
to create an Algorithm and need to make Flow charts. After creating this one
can use any computer programming language
Algorithm is a kind of description of a plan of the coding in
English OR any language and the flow charts are the description of the
Algorithm. After coding and debugging and resolving the errors the output can
be seen
Steps of writing Computer program:
To write a correct program code one need to follow the
following 6 steps:
1.
Preparation
of Algorithm:
In this step one need to plan the program and need to
track OR trace the correct problem. Then need to write down the steps to solve
the program with readable English language OR any language. This is call
Algorithm.
2.
Preparation
of Flow Chart:
In this step one need to create a Flow Chart with the
help the Algorithm with Symbols, Data Flow. One can easily track the data Flow
of the program. It helps to write the program
3.
Preparation
of programming:
It is one of the most import part of
programming.In this step one need to write down the program following the flow
charts and with the Programming Language. This is call Source Code or Source
Program. After writing this, with the help of Compiler OR Interpreter,
the codes will be changed to the Machine Code. This is call Coding.
4.
Program
Debugging:
In this step the errors of the programs were found and
will be debugged.
5.
Program
Execution:
After all this steps the program will be executed the
one can see the output
(Here I am
ending this post. In the next post I will Show you the examples of Algorithm.
So wait for the second post. If you have any question for this post you can
comment or can mail me to: blogansuman@gmail.com)

No comments