← Glossary
テクノロジ系 (Technology)Tested 1×
ソースコード
そーすこーど · Source code
A set of instructions written by humans in a programming language that tells a computer what to do. It is converted into machine language (binary code) by a compiler or interpreter before execution. Unlike PIN codes or character codes, source code is a human-readable text that expresses the logic of a program.
Past questions testing this term · 1 questions
- 2017h29a #81コンピュータに対する命令を,プログラム言語を用いて記述したものを何と呼ぶか。 ```