How Programming Works

Today I will give you an abstraction about how programming works.

The computer only understands the instructions in machine language code.

But it is more difficult to write a program in machine language code.

So, we have to write programs in higher level languages such as Java, PHP, Python and etc. But we cannot execute this source code (high level language code) directly on the computer.

Therefore, we must convert them into machine language code to be able to understand for computers. We need some special translators that are programs written basically in machine language code.

And these translators are called language processors.

There are 3 types of language processors.

Compiler

It is used for higher level language.

Read and run the entire program at once and then throw errors if one occurs.

The top-level languages that compilers use is: C, C ++, C #, Java etc.

Assembler

It is used for assembly level language (mnemonic codes).

Read the assembly level language instructions for the given entry.

Interpreter

It is used for higher level language.

Read and execute the source code line by line and throw an error after each line if one occurs.

The top-level languages that use interpreters are VB Script, Python, Perl etc.

Now you will have a general understanding of how programming works.

By Yuuma.



アプリ関連ニュース

お問い合わせはこちら

お問い合わせ・ご相談はお電話、またはお問い合わせフォームよりお受け付けいたしております。

tel. 06-6454-8833(平日 10:00~17:00)

お問い合わせフォーム