5 Answers - Sort by: Date | Rating
A Compiler compiles all the source code at once and executes. An Interpreter interprets line by line, one line at a time and executes that line.
2
1
A compiler is a program which takes something written in a higher level language, usually called source code, and translates it into a lower level language, usually called object code. Early pascal compilers and Java both take code written in the respective language and translate them into code which is not human readable but which is then run by an interpreter.
An interpreter is a program which takes something written in a programing language and then runs it by executing a series of machine instructions, which are clearly defined for each word or token in the language.
An interpreter is a program which takes something written in a programing language and then runs it by executing a series of machine instructions, which are clearly defined for each word or token in the language.
1
0
Interpreter is someone who mediates between speakers of different languages while compiler is a person who compiles information (as for reference purposes).
0
1
A compiler takes all the codes and executes, whereas, an interpreter executes the codes line by line.
0
1
A compiler convert the source code to machine code at once and interpreter does the same line by line
www.soopertutorials.com
www.soopertutorials.com
0
1
- What Is The Input Electric On A Dsi?
- How To Make A C++ Program Of ATM?
- What Are The Classified Input In Economists?
- What Are The Classified Input Had Economics?
- : Develop An Object Oriented Program In C++ To Read The Following Information From The Keyword In Which The Base Class Consists Of Employee Name, Code And Designation, And The Derived Class Containing The Data Members, Viz. Years Of Experience And Ag
- What Is Input Technologies Trends?
- What Are The Input Technologies?
- What Floods Include Weatherwise?
- Why Are Economists Input As Timeless?
- What Is An Example Of An Input Devise?
- How To Make A Simple Programming?
- Where Can I Learn DirectX Or OpenGL In C++?
- What Does |= And &= Means In C++?
- What Is Input From Technology Means?
- Write A Program In C/C++ To Implement Cohen-Sutherland Line Clipping Algorithm. In This Implementation, Consider Two Cases Of A Line: Totally Visible, Totally Invisible, Against The Rectangular Clipping Window?
- Can Somebody Tell Me Why This Code Will Not Compile: #include "Stdafx.h" //added This Include #include //added Stream To Io Using Namespace Std; Int Main() { //declare Variables Int Choice=0; Std::cout?
- Sample Program Which Requires 2 Numbers, Input 1 And Input Which Will Be The Start Of A Fibonacci Series?
- Sample Program Which Requires 2 Input For Fibonacci Series?
- What Is Input Stream?
- How Do I Input Answers?
- How Do I Write A Program To Compute The Standard Deviation Of 5 Input Values. Create A Constant For The Number Of Values (5). Ask The User For The Numbers. Next, Compute The Mean (sum Divided By 5)?
- What Are Link Lists In C++?
- Where Can I Download C++ Programmes File?
- How To Figure Out The 2 Operations That Result In The Given Numbers On An Input/output Machine?
- 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 Compiler And Interpreter?
- Differentiate Between Compiler And Interpreter.
- Why The Compiler And The Interpreter Both Are Used In Java?
- What Is Compiler, Interpreter, Assembler?
- 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 An Interpreter?

New Comment - Comments are editable for 5 min.