answersLogoWhite

0


Best Answer

1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done.

2) Deliverables must be in ready-to-run condition, as follows (depending on the nature of the deliverables):

a) For web sites or other server-side deliverables intended to only ever exist in one place in the Buyer's environment--Deliverables must be installed by the Seller in ready-to-run condition in the Buyer's environment.

b) For all others including desktop software or software the buyer intends to distribute: A software installation package that will install the software in ready-to-run condition on the platform(s) specified in this bid request.

3) All deliverables will be considered "work made for hire" under U.S. Copyright law. Buyer will receive exclusive and complete copyrights to all work purchased. (No GPL, GNU, 3rd party components, etc. unless all copyright ramifications are explained AND AGREED TO by the buyer on the site per the coder's Seller Legal Agreement).

SUNIL PATIDAR

MISCOS

BHOPAL

India

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: When a NET program is compiled it is converted to?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is common language specification in .net?

.NET languages are not compiled to machine code.They are compiled to an intermediate language (IL).


If you make a exe in vbnet can you run it on a system not having net framework like vb6 programs?

No, any program targeting the .Net runtime will require that version of the runtime that it was compiled against. Note that having the 3.0 runtime does not mean an application with the 1.1 runtime will work; it must be the same runtime compiled.


How do you use compiled in proverb?

The program compiled itself to give the correct result.


What is a compiled program that runs on the client inside of an interpreted program?

As far as I know, interpreted software does not run compiled software at all.


What is the use of c compiler in windows?

The c compiler in Windows converts the binary code from source files. C is a compiled programming language and it needs to be converted for the program to run.


Why it is not possible to execute java program on machine which does not have JVM installed on it?

when a java program is compiled it is converted into a non executable code which is byte code, and this byte code can only be interpreted by JVM. so a java program can't be executed on a machine which doesn't have JVM installed on it.


What is java virtucal mechine?

That refers to the program that runs the compiled Java program.


Which variable is initialized once when program is compiled?

global and static


Why are comments not compiled in a computer program?

'cos' they are just comments.


Translated computer program is known as?

The correct answer would depend on what a computer program is translated into and what is used to perform the translation.A compiler scans all the instructions in a computer program to see if the program conforms to the rules of the programming language and then translates it following a set of rules for how to translate it and into what. The result of a compilation is something closer to the what the computer hardware can process.If the compiler results can be directly loaded into memory and processed by the computer processor, it is called an executable. If the compilation results in machine language instructions but it still needs to be combined with other programs, it is called an object (or object code). Once it is combined (linked) with the other programs, it can then be called an executable.Compiling can also result in a more compact version of the original program although it is not the language of the computer hardware. For example:Compiling an IBM i (AS/400) program results in IRP(Intermediate Representation of Program). IRP is converted to actual machine code by the system when it is loaded for execution.Microsoft .NET programs are compiled into CIL (Common Intermediate Language) which eventually is converted to machine code by the .NET jit (just in time) compiler at execution time.A Java programs is compiled into Byte Code which is processed by an interpreter called the JVM (Java Virtual Machine).There are situations when we need to use a program written in a computer language but the computer does not have a compiler to translate that language. Translators may be available to convert the program to a language that is available on that computer. That language would often be C or Java. After using a language translator, the resulting program can be compiled and run.


What is the use of macro date?

it returns the date your program was compiled in a string


What type of error is detected when a pascal program is compiled?

syntax error