CommDoo Glossary

Inform yourself
Contact us now

CommDoo Glossary

Inform yourself

Contact us now
Glossary
What do the technical terms mean
Search by Alphabet
Search here for your desired search term
Payment does not have to be complicated. However, there are technical terms that are often not common.
Can we help you
In the upper search bar you can choose between two search options. The search by category and the search by alphabet. Just click on the navigation button above the selection. If you need further information, please contact us. We look forward to hearing from you.

You have not found an entry
Then do not hesitate and contact us. We make every effort to answer all questions as quickly as possible and to keep our glossary up to date in order to provide you with the greatest possible amount of information.
Source code
The source code is the programmed instructions of the program. Due to the variety of programming languages, they can look and be structured very differently. Also a html page has a source code or source code. You can also view it with a browser, e.g. with the command "View page source code" (different names depending on the browser).
Machine language translation
Programs are mostly created in an integrated development environment or with the help of a text editor. In order for the computer to execute it, it must be translated into machine language. This is done either by a compiler, interpreter or JIT compiler. A mixed form such as Java uses an intermediate code (Java-Bytecode) to enable platform independence.