Westonci.ca connects you with experts who provide insightful answers to your questions. Join us today and start learning! Ask your questions and receive precise answers from experienced professionals across different disciplines. Get detailed and accurate answers to your questions from a dedicated community of experts on our Q&A platform.

What is the difference between compliled and intebrated language?

(class 8th Subject Computer chapter 9 Control Structures In Python) ​

Sagot :

Answer:  

A compiled language is a programming language whose implementations are typically compilers and not interpreters. In this language, once the program is compiled it is expressed in the instructions of the target machine. There are at least two steps to get from source code to execution. While, an interpreted language is a programming language whose implementations execute instructions directly and freely, without previously compiling a program into machine-language instructions. While in this language, the instructions are not directly executed by the target machine. There is only one step to get from source code to execution.

I hope this helps.

Answer:

1.

Compiled Language:

A compiled language is a programming language whose implementations are typically compilers and not interpreters.

Interpreted Language:

An interpreted language is a programming language whose implementations execute instructions directly and freely, without previously compiling a program into machine-language instructions.

2.

Compiled Language:

In this language, once the program is compiled it is expressed in the instructions of the target machine.

Interpreted Language:

While in this language, the instructions are not directly executed by the target machine.

3.

Compiled Language:

There are at least two steps to get from source code to execution.

Interpreted Language:

There is only one step to get from source code to execution.

4.

Compiler Language:

In this language, compiled programs run faster than interpreted programs.

Interpreted Language:

While in this language, interpreted programs can be modified while the program is running.