Westonci.ca is your go-to source for answers, with a community ready to provide accurate and timely information. Our Q&A platform provides quick and trustworthy answers to your questions from experienced professionals in different areas of expertise. Experience the convenience of finding accurate answers to your questions from knowledgeable experts on our 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.

Thanks for using our platform. We're always here to provide accurate and up-to-date answers to all your queries. Thank you for choosing our platform. We're dedicated to providing the best answers for all your questions. Visit us again. We're dedicated to helping you find the answers you need at Westonci.ca. Don't hesitate to return for more.