Compiler


)A program that translates source code into object code. The compiler derives its name from the way it works, looking at the entire piece of source code and collecting and reorganizing the instructions. Thus, a compiler differs from an interpreter, which analyzes and executes each line of source code in succession, without looking at the entire program. The advantage of interpreters is that they can execute a program immediately. Compilers require some time before an executable program emerges. However, programs produced by compilers runmuch faster than the same programs executed by an interpreter.

Every high-level programming language (except strictly interpretive languages) comes with a compiler. In effect, the compiler is the language, because it defines which instructions are acceptable.

Because compilers translate source code into object code, which is unique for each type of computer, many compilers are available for the same language. For example, there is a FORTRAN compiler for PCs and another for Apple Macintosh computers. In addition, the compiler industry is quite competitive, so there are actually many compilers for each language on each type of computer. More than a dozen companies develop and sell Ccompilers for the PC.

Read Also:

  • compliance

    In data storage terminology, the word compliance is used to refer to industry-wide government regulations and rules that cite how data is managed and the need for organizations to be in compliance with those regulations. The term encompasses data storage, data archiving, data encryption, and also data retrieval. Compliance has become a major concern for […]

  • component

    (1) A small binary object or program that performs a specific function and is designed in such a way to easily operate with other components and applications. The term is sometimes used interchangeably with applet. (2) A part of a device.

  • Component Software

    Sometimes called componentware, software designed to work as a component of a larger application. A good analogy is the way personal computers are built up from a collection of standard components: memory chips, CPUs, buses, keyboards, mice, disk drives, monitors, etc. Because all of the interfaces between components are standardized, it is possible to mix […]

  • component video

    A high-end video interface that supersedes both composite video and S-Video. Component video offers better signal clarity, which results in better picture quality. Component video cables have three RCA cables: one green, one red and one blue. Component video is an analog format that carries visual data only, meaning audio cables are still required.

  • compooter

    Slang term used to describe a computer system that frequently malfunctions.


Disclaimer: Compiler definition / meaning should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. All content on this website is for informational purposes only.