User Tools

Site Tools


ddsf:public:guidebook:06_append:glossary:c:compiler

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
ddsf:public:guidebook:06_append:glossary:c:compiler [2021/03/17 16:23]
admin ↷ Page moved from ddsf:private:cookbook:06_append:glossary:c:compiler to ddsf:private:guidebook:06_append:glossary:c:compiler
ddsf:public:guidebook:06_append:glossary:c:compiler [2021/07/14 16:37] (current)
murphy ↷ Links adapted because of a move operation
Line 1: Line 1:
 ===== Compiler ===== ===== Compiler =====
-[[ddsf:private:cookbook:​06_append:​glossary| Return to Glossary ]]+[[ddsf:public:guidebook:​06_append:​glossary:start| Return to Glossary ]]
  
-A **Compiler** is a software program that transforms high-level [[ddsf:private:cookbook:​06_append:​glossary:​s:​sourcecode|source code]] that is written by a developer in a high-level programming language into a low level object code (binary code) in machine language, which can be understood by the [[ddsf:private:cookbook:​06_append:​glossary:​p:​processor|processor]]. The process of converting high-level programming into machine language is known as compilation.+A **Compiler** is a software program that transforms high-level [[ddsf:public:guidebook:​06_append:​glossary:​s:​sourcecode|source code]] that is written by a developer in a high-level programming language into a low level object code (binary code) in machine language, which can be understood by the [[ddsf:public:guidebook:​06_append:​glossary:​p:​processor|processor]]. The process of converting high-level programming into machine language is known as compilation.
  
 The processor executes object code, which indicates when binary high and low signals are required in the arithmetic logic unit of the processor. The processor executes object code, which indicates when binary high and low signals are required in the arithmetic logic unit of the processor.
ddsf/public/guidebook/06_append/glossary/c/compiler.1616012592.txt.gz · Last modified: 2021/03/17 16:23 by admin