Computer Science Ques 303

Question: What is the name for the Process that is used to Convert a series of instructions, or program, written in a high-level language into instructions (or a program) that can be run on a computer?

Options:

A) Assembling

B) Compiling

C) Translating

D) Uploading

E) None of these

Show Answer

Answer:

Correct Answer: B

Solution:

  • Compiling is the process of translating a source program written in some high-level programming language (such as C. C+. Java) into machine code for some computer architecture (such as Intel Pentium Architecture). The-generated machine code can be executed later many times against different data each time.