← Glossary
テクノロジ系 (Technology)Tested 1×
ロードモジュール
ろーどもじゅーる · Load module
A machine-language program in executable form, produced after the compilation and linking stages. Source code is first compiled into an object module, which is then combined by a linker into the load module. The operating system's loader reads it into memory to start execution.
Past questions testing this term · 1 questions
- 2013h25h #60コンピュータで実行可能な形式の機械語プログラムを何と呼ぶか。