Lecture 8 Implementation Phase
Lecture 8 Implementation Phase
discipline
Implementation Discipline
• Translating design in to Source Code is implementation
stage.
• Source code is any collection of computer instructions
written using some human-readable computer language.
• A computer program is a sequence of instructions,
written to perform a specified task with a computer.
• The source code of a program is specially designed to
facilitate the work of computer programmers, who
specify the actions to be performed by a computer
mostly by writing source code.
What is Source Code