テクノロジ系 (Technology)

Glossary

Glossary
テクノロジ系 (Technology)Tested 1×

インタプリタ

いんたぷりた · Interpreter

Also known as: インタプリタ方式

A program execution method that reads source code line by line and interprets it on the fly. It contrasts with the compiler method, which translates the entire source code into machine language before execution. Because interpretation occurs each time the program runs, execution tends to be slower than with a compiler, but the approach is well suited to interactive development and debugging.

Past questions testing this term · 1 questions

  • 2013h25a #55プログラムの実行方式としてインタプリタ方式とコンパイラ方式がある。図は、データを入力して結果を出力するプログラムの、それぞれの方式でのプログラムの実行の様子を示…
Pro

Upgrade to Pro

This is a Pro-only feature. ¥980 per month unlocks everything that gets you to the cert in one stretch.