The difference between compiler and assembler is that a compiler is used to convert high-level programming language code into machine language code. On the other hand, an assembler converts assembly level language code into machine language code.
Both these terms are relevant in context to program execution. The compiler considers the entire code and one and converts it at the same time. Whereas, the assembler, converts the code line by line. Â
In this article, we bring to you a detailed comparison between a compiler and an assembler. Candidates can also know more about the various High-Level Computer Languages at the linked article.Â
This difference between compiler and assembler will help UPSC aspirants prepare for the upcoming IAS exam, as questions based on Computer knowledge are frequently asked in the Science and Technology Section of the examination.Â
Difference Between Compiler and Assembler PDF:-Download PDF Here
To strengthen their Computer Knowledge, candidates can refer to the following links and learn more about the related terms, applications, and software, etc.
Computer Shortcut Keys | Types of Computer |
Important Computer-related Terms | Introduction to Operating System |
Components of Computer | Microsoft Office |
Compiler vs AssemblerÂ
Both, compiler and assembler are used to convert one type of language coding into another and this is mainly the only similarity between the two. However, the two are different from each other in various other aspects.Â
Given below is a tabulated comparison between a Compiler and Assembler for the reference of candidates:
Difference Between Compiler and Assembler | |
Compiler | Assembler |
Function: Its main function is to convert high level programming code into machine language code | Function: The main function of an assembler is that converts assembly level code into machine level code |
The whole code is converted into machine language at the same time | It does not convert the entire code at a single time |
There are 7 phases of the compiler:
|
There are only two phases of an assembler:
|
It inputs source code | It inputs assembly level code |
The output is a mnemonic version of machine code | The output is Binary code |
Different types of compiler include:
|
Different types of assembler include:
|
C++ is an example of compiled language and GNU is an example of assembler. The above-mentioned detailed comparison clearly enables one to analyse the difference between the two.
As discussed earlier, computers are a part of the Science and Technology section of the Civil Services Exam syllabus. Thus, candidates can get notes regarding the same at the UPSC Notes: Science & Technology page.Â
Also, apart from the difference between compiler and assembler, there are various other computer-based articles, which can candidates can refer to simply their concepts and understanding:
- Difference Between Search Engine and Web Browser
- Difference Between RAM and ROM
- Difference Between Hardware and Software
- Difference Between Firewall and Antivirus
- Difference Between WWW and Internet
- Difference Between MS Excel and MS Word
- Difference Between Notepad and WordPad
- Difference Between TCP/IP and OSI Model
Aspirants can also get 100+ difference between articles based on the different sections and syllabus of UPSC exam, at the linked article.Â
Difference Between Compiler and Assembler PDF:-Download PDF Here
Frequently Asked Questions about Assembler and Complier
What is function of assembler and compiler?
How does a compiler work?
To get a general exam pattern and to know the detailed UPSC Syllabus, candidates can visit the linked article.Â
Also, to get the latest exam updates, preparation tips and study notes at BYJU’S.
Other Related Links | |
Fundamentals of Computer | Microsoft Windows |
Basics of Cloud Computing | OSI Model – Open Systems Interconnection |
Hardware and Software | Computer Abbreviations |
Comments