Multiple choice

What is the name for the process that is used to convert a sense of instructions, or program, written in a high-level language into instructions (or a program) that can be run on a computer?

  1. Assembling

  2. Compiling

  3. Translating

  4. Uploading

  5. None of these

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Compiling is the process of converting source code written in a high-level programming language into machine code or intermediate code that can be executed by a computer. Assembling works with assembly language, translating is a general term, and uploading refers to transferring files to a server.