Computer Science, asked by aprajitakumari76, 3 months ago

differentiate between interpreter and compiler in tabular form​

Answers

Answered by ⲎσⲣⲉⲚⲉⲭⳙⲊ
0

Answer:

Interpreter translates just one statement of the program at a time into machine code. Compiler scans the entire program and translates the whole of it into machine code at once. An interpreter takes very less time to analyze the source code. However, the overall time to execute the process is much slower

Answered by ⲎσⲣⲉⲚⲉⲭⳙⲊ
0

Answer:

Interpreter translates just one statement of the program at a time into machine code. Compiler scans the entire program and translates the whole of it into machine code at once. An interpreter takes very less time to analyze the source code. However, the overall time to execute the process is much slower

Answered by ⲎσⲣⲉⲚⲉⲭⳙⲊ
0

Answer:

Interpreter translates just one statement of the program at a time into machine code. Compiler scans the entire program and translates the whole of it into machine code at once. An interpreter takes very less time to analyze the source code. However, the overall time to execute the process is much slower

Similar questions