Introduction to Programming

Computer Programs / Codes: Computer programs are set of instructions given to the computer to solve a problem.

Algorithm: Algorithms are sequence of steps to be followed to solve a problem. A good algorithm gives output for every legal inputs.

   Pseudo-codes: Pseudo-codes is the representation steps of solving problem in simple language.

   Flow Chart: Flow chart is the diagrammatic representation of set of instructions to solve a problem.

No comments:

Post a Comment