answersLogoWhite

0

What else can I help you with?

Related Questions

What is an informal language that has no syntax rules and is not meant to be compiled or executed?

pseudocode


Is ruby a native programming language?

No, Ruby is an interpreted language; it is not directly compiled to machine code, but instead is executed inside a virtual environment (the Ruby Runtime Environment).


Is lisp is both compiled and interpreted language?

Lisp is both compiled and interpreted language.


Why called dot net language?

.NET is the underlying framework of the language. Every language running under .NET is interpreted into ILASM (Intermediate Language Assembly) Which is then compiled into bytecode, then executed in a managed code environment. This complicated process is what allows many language to be coded on top of the platform.


Is a code written in Eiffel programming language compiled or interpreted?

Compiled.


Is C compiled or interpreted?

Assembler, COBOL, PL/I, C/C++ are all translated by running the source code through a compiler. This results in very efficient code that can be executed any number of times. The overhead for the translation is incurred just once, when the source is compiled; thereafter, it need only be loaded and executed. Interpreted languages, in contrast, must be parsed, interpreted, and executed each time the program is run, thereby greatly adding to the cost of running the program. For this reason, interpreted programs are usually less efficient than compiled programs. Some programming languages, such as REXX™ and Java™, can be either interpreted or compiled.


Who invented third generation language?

The second generation language programmers.


What is the effect of informal language?

Informal language deteriorates real meaning and spelling.


Is HTML a client side script or server side?

HTML is not a script language. However, HTML is executed on the client side.HTML is not a script language. However, HTML is executed on the client side.HTML is not a script language. However, HTML is executed on the client side.HTML is not a script language. However, HTML is executed on the client side.HTML is not a script language. However, HTML is executed on the client side.HTML is not a script language. However, HTML is executed on the client side.HTML is not a script language. However, HTML is executed on the client side.HTML is not a script language. However, HTML is executed on the client side.HTML is not a script language. However, HTML is executed on the client side.HTML is not a script language. However, HTML is executed on the client side.HTML is not a script language. However, HTML is executed on the client side.


What is a programming language for the PS2?

High Level Compiled Language


Is VB script language an interpreted or compiled language?

Interpreted.


What language was portable apps written in?

Portable apps are compiled programs that allow them to be executed on another computer other than the computer that it was programmed on. Executable programs can be written in many different langauges.