Diff for "Supporters/maelle/FreeSoftwareSection/sourcecode"

Differences between revisions 8 and 9
Revision 8 as of 2010-07-23 13:51:44
Size: 601
Editor: anonymous
Comment:
Revision 9 as of 2010-07-26 14:19:35
Size: 593
Editor: anonymous
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Quellcode vs. Binärcode = = source code vs binary code =
Line 3: Line 3:
Computerprogramme werden im Quelltext geschrieben, und dann in einer maschinenlesbaren Code gebracht. Das wird mit Hilfe eines Programmes, dem Compiler, gemacht. Das Problem liegt jedoch darin, dass die maschinenlesbare Anweisung für die Durchführung des Programms lediglich aus Nullen und Einsen bestehtund ist daher nicht mehr interpretierbar und kann überhaupt nicht gelesen werden.
Um das Rezept lesen zu können, muss es in einer verständliche Sprache sein.
Um die Funktionsweise eines Programs verstehen zu können, muss der Quelltext zugänglich sein.
Computer programs are writte in source text format, and are converted afterwards into another code, that human beings can read and understand. This translation is made thanks to a program called compiler. The problem is, that the indications to run the program, when wirtten in a language that the computer reads, are made of 0 and 1 (that is in binary code) and are therefore no longer understandable for us.
To read a recepy, you need it in an understandable language.
To understand the functionning of a program, you need access to the source code.

source code vs binary code

Computer programs are writte in source text format, and are converted afterwards into another code, that human beings can read and understand. This translation is made thanks to a program called compiler. The problem is, that the indications to run the program, when wirtten in a language that the computer reads, are made of 0 and 1 (that is in binary code) and are therefore no longer understandable for us. To read a recepy, you need it in an understandable language. To understand the functionning of a program, you need access to the source code.

Supporters/maelle/FreeSoftwareSection/sourcecode (last edited 2020-11-29 13:15:17 by doczkal)