answersLogoWhite

0

The NHS trust fellow e learner :)

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

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

Compiled.


What is the legislation called that defines the principles surrounding a practices code of ethics and confidentiality?

Data Protection Act - or Code of Confidentiality


What is storm Capricorns code?

that is illegial confidentiality


Explain why confidentiality is one of the most important principles in the code of ethics of community interpreting?

why confidentiality is the most important principels in the code of ethics of community interpreters


The king of Babylon who compiled a code of laws was?

Hammurabi


Class of statements usaually produces no executable code when compiled?

When compiled, comments produce no executable code. Rather, comments are intended to let other developers know what is happening in a program.


Vb6 vs visual c sharp in terms of compiling?

VB6 code is directly compiled by VB6 compiler into native code. However C# code is targeted for CLR and goes through two level of compilattion. It is first compiled into MSIL and then JIT compiled to native code. This ensures interoperability among .NET based lanuages and hence language independence for them.


Is source code always smaller than its compiled application?

Of course not.


Can pseudo code be executed or compiled.give reason?

No. If it could be executed or compiled, it wouldn't be pseudocode, it would be code.


How do you convert the source code into executable code by double clicking on it?

There's no such thing as 'Executable Code'! The source code is compiled and the final result is an executable.


How browser compile HTML code?

HTML is not compiled. It is not a programming language. Code is parsed or rendered by the browser to display the page. It reads the tags and formats the page according to what the user wants.HTML is not compiled. It is not a programming language. Code is parsed or rendered by the browser to display the page. It reads the tags and formats the page according to what the user wants.HTML is not compiled. It is not a programming language. Code is parsed or rendered by the browser to display the page. It reads the tags and formats the page according to what the user wants.HTML is not compiled. It is not a programming language. Code is parsed or rendered by the browser to display the page. It reads the tags and formats the page according to what the user wants.HTML is not compiled. It is not a programming language. Code is parsed or rendered by the browser to display the page. It reads the tags and formats the page according to what the user wants.HTML is not compiled. It is not a programming language. Code is parsed or rendered by the browser to display the page. It reads the tags and formats the page according to what the user wants.HTML is not compiled. It is not a programming language. Code is parsed or rendered by the browser to display the page. It reads the tags and formats the page according to what the user wants.HTML is not compiled. It is not a programming language. Code is parsed or rendered by the browser to display the page. It reads the tags and formats the page according to what the user wants.HTML is not compiled. It is not a programming language. Code is parsed or rendered by the browser to display the page. It reads the tags and formats the page according to what the user wants.HTML is not compiled. It is not a programming language. Code is parsed or rendered by the browser to display the page. It reads the tags and formats the page according to what the user wants.HTML is not compiled. It is not a programming language. Code is parsed or rendered by the browser to display the page. It reads the tags and formats the page according to what the user wants.


If you run a programme on compiler and interpreter then how can you come to know which is compiler and which is interpreter?

If source code requires a runtime in order to translate the source code into machine code, executing one statement at a time, then it is interpreted. If the source code has already been converted into machine code in advance, then it is compiled. Compiled code does not require a runtime. Note that compilers do not execute programs, they simply compile them. Your development environment may well execute the machine code once it is compiled, but that is not the job of the compiler, the IDE has simply launched the executable.