answersLogoWhite

0

compilation - to compile

interpretation - to interpret

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is interpration?

What is the main difference between compilation and interpretation? Give an example of languages of compilation and interpretation respectively.


What is the difference between compilation and interpretation?

Without giving the definition for both words,A compilation is several things from A specific origin grouped together. and A iterpretation is making A opinion based judgment from the evidence on hand


What is high level to binary language and binary to high level?

High-level to binary is known as compilation or interpretation, depending on whether the entire program is converted at once (compilation) or only one statement at a time is converted (interpretation). There is no conversion from binary to high level -- it's one-way only.


What percent of car accidents are caused by illegal immigrants?

Current interpretation of anti-discrimination laws hinder compilation of such statistics.


What are the three general methods in implementing a programming language?

1- Compilation 2- Pure Interpretation 3- Hybrid Implementation System


What is map interpretation?

how a map is interpreted (read), or meant to be 'read'


What is meant by a liberal interpretation?

a liberal interritaion is a a nothter word for your gay


When two pieces of CUI or other unclassified information are poted on line together and results in disclosure of classified information?

Declassification


What album did pat Boone sing edelweiss on?

On rare Dot compilation "Pat Boone Hi-Lites". It appears it was meant for the japanese market.


What is meant by interpretation of financial statement?

Interpretation is purely a synonym for understand and it is the ability to be able to comment on the financials and make future business decisions from that information.


What is meant by psychoanalysis?

Dialogue, free association, dream interpretation, between patient and doctor.


What are the 3 general methods of implementing programming language in brief?

Programming languages are implemented in three ways: Compilation: Converts all code to machine language before running. Interpretation: Runs the code directly, line by line. Hybrid: Mixes both, turning code into an intermediate form first.