4 Answers - Sort by: Date | Rating
Guest
answered 9 months ago
Guest
answered 8 months ago
A compiler translates a program from one computer language ( source language ) into a program in another computer language ( target language ). The source language for a compiler is usually a high level language There are several kinds of computer languages and computer language translators.
An assembler consists of little more than a table look up routine, where each word of the source language ( assembly language ) is looked up in a table for its numerical equivalent, which is then output as part of the target language program. Assembly language generally gives the programmer precise and direct access to every capability of the computer hardware.
Whereas a compiler will translate a computer program into machine code that executes at a later time, an interpreter actually executes the program as it is read. An interpreter must read its input program over and over to compute the results, but a compiler translates it only once. Compilers take longer to get the output from the first time a computer program is run, but subsequent runs are much faster because no additional translation is needed.
An assembler consists of little more than a table look up routine, where each word of the source language ( assembly language ) is looked up in a table for its numerical equivalent, which is then output as part of the target language program. Assembly language generally gives the programmer precise and direct access to every capability of the computer hardware.
Whereas a compiler will translate a computer program into machine code that executes at a later time, an interpreter actually executes the program as it is read. An interpreter must read its input program over and over to compute the results, but a compiler translates it only once. Compilers take longer to get the output from the first time a computer program is run, but subsequent runs are much faster because no additional translation is needed.
0
0
Guest
answered 8 months ago
A compiler translates a program from one computer language ( source language ) into a program in another computer language ( target language ). The source language for a compiler is usually a high level language There are several kinds of computer languages and computer language translators.
An assembler consists of little more than a table look up routine, where each word of the source language ( assembly language ) is looked up in a table for its numerical equivalent, which is then output as part of the target language program. Assembly language generally gives the programmer precise and direct access to every capability of the computer hardware.
Whereas a compiler will translate a computer program into machine code that executes at a later time, an interpreter actually executes the program as it is read. An interpreter must read its input program over and over to compute the results, but a compiler translates it only once. Compilers take longer to get the output from the first time a computer program is run, but subsequent runs are much faster because no additional translation is needed.
An assembler consists of little more than a table look up routine, where each word of the source language ( assembly language ) is looked up in a table for its numerical equivalent, which is then output as part of the target language program. Assembly language generally gives the programmer precise and direct access to every capability of the computer hardware.
Whereas a compiler will translate a computer program into machine code that executes at a later time, an interpreter actually executes the program as it is read. An interpreter must read its input program over and over to compute the results, but a compiler translates it only once. Compilers take longer to get the output from the first time a computer program is run, but subsequent runs are much faster because no additional translation is needed.
0
0
Guest
answered 8 months ago
- What Is The Difference Between C And C++ And Java?
- Why Overriding In Java?
- How To Use My Programming Skill In Banking?
- How Do I Manually Program My Audiovox 8910?
- What Are The Syntax Of JAVA Programming Language?
- What Is Structure In C Language?
- What Is For Loop?
- What Is A Loop Arch And Whorl?
- Define The Difference Between Logical And Physical Data Views?
- What Types Of Programming Language Statements Are Likely To Be Translated Into Machine Instructions By A Compiler?
- How Middleware Works Between Client And Server?
- Can You Give Me An Sample Program Of A Magic Square?
- Obtain An Inherit Ant Hierarchy For The Following In The Kitchen Super Class, Class Object For The Following: Book,viral Infection,rodents?
- 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 Are The Differences Between Compiler,Interpreter And Assembler?
- Does Assembler Faster Then Compiler Or Interpreter?
- What Is The Difference Between Compiler And Assembler In C?
- What Is Compiler And Interpreter?
- Differentiate Between Compiler And Interpreter.
- Why The Compiler And The Interpreter Both Are Used In Java?
- What Is The Difference Between A Compiler And A Interpreter?
- What Is The Difference Between Compiler And Interpreter In JAVA PROGRAMMING?
- What Is The Difference Between Just In Time Compiler And Interpreter In Java Virtual Machine?
- What Is Assembler?
- What Is An AIX Assembler?

New Comment - Comments are editable for 5 min.