2 Answers - Sort by: Date | Rating
A Compiler is basically a type of Computer program. It is used for translation of text written in a source computer language to another computer language also known as the target language. This process is primarily undertaken to create an executable program.
The Compiler undergoes the following sequence of phases:
- Pre- processing
- Front end parsing
- Semantic Analysis
- Loop Transformations
- Inter procedural analysis
- Code Optimization
- Allocation of register
- Assembly
- Assembler
- Linking
1
0
These are:
Lexical
syntax analysis
semantic analysis
intermediate code generation
code optimization
code generation
Lexical
syntax analysis
semantic analysis
intermediate code generation
code optimization
code generation
0
0
Guest
answered 4 months ago
- What Is Table,cell,row And Columns In MS Word?
- Example Program To Fill Elements Into A List. Also, Copy Them In Reverse Order Into Another List?
- How To Create A Java Program That Accepts A Number And Examines If It Is Odd Or Even And Positive Or Negative?
- How To Create A Java Program That Accepts 3 Numbers?
- How Does An Assembler Works In Assembly Language?
- Can You Create A Java Program That Accepts 3 Numbers (num1, Num2, Num3) And Sort Them In Ascending And Descending Order?
- What Are Some Errors In Using Database?
- What Is A Ground Loop?
- An Sql Server Is Not An Operating System... why Are People Always Asking Exam Questions On This Site?
- Select A Third-party Control Available For Visual Basic.NET. Discuss How This Control Is Used In An Application. What Are The Advantages And Disadvantages Of Using Third-party Controls In Your Applications?
- When Will The Program End?
- Which Language Is Best Between Java And .net?
- What Is 4nf?
- What Is The Un Theme Of The Year 2009?
- Why Should We Use Pointers In C++ Language?
- Why Do We Use Pointers In C?
- What Is Hierarchical Communication?
- What Are The Difference Between Front-end And Back-end Languages..? Can U Plz Give Some Examples Of Both..?
- Can I Do Initial Programming On Line?
- How Will You Use Monitors For Process Synchronization?
- Can School Loop Be Used?
- What Is An Example Of A String Base^?
- What Is An Event Horizon?
- Q. How Many Types Of Anomalies Are There In A RDBMS?
- Write A C# Application That Accept 2 Numbers And One Operator From The Keyboard And Display The Result?

New Comment - Comments are editable for 5 min.