You are on page 1of 10

Mohit Arora Lecturer , LIECA LPU

Phases in the development of a program

Phases in the development of program(cont.)


Requirement phase: Identify the i/p to the system Identify the process of the system Identify the o/p of the system Design Create Algorithm Create Flowchart Implementation /Development Coding

Phases in the development of program(cont.)


Testing Check for errors Use decision tables Deployment Start using the software

Compiler
A compiler is a computer program (or set of

programs) that transforms source code written in a programming language (the source language) into another computer language (the target language, often having a binary form known as object code). The most common reason for wanting to transform source code is to create an executable program.
High level Language COMPILER Machine Language Program (object program)

Start

EDIT SOURCE CODE

Compile source code

Syntax Error??

Create Object File Stop

Generate Error LIST

Interpreter
It is another type of translator used to translate a high

level language program into its equivalent machine language.

High level Language

Interpreter

Execution of program

Any questions?

Thank You

You might also like