Question:
The process that converts program code into machine language is called?
?
2014-12-05 14:15:14 UTC
A. documentation
B. variable declaration
C. compilation
D. execution
Five answers:
Tang
2014-12-05 15:31:59 UTC
Documentation: Something that provides information on something

Conclusion: A computer is specific so it won't understand just from the documentation like we humans.



Variable declaration: The process of declaring a variable

Conclusion: What? How is this in the options?



Compilation: The action or process of producing something.

Conclusion: The answer is already given so don't even look.



Execution: The initiate a defined plan ("To follow orders for example.")

Conclusion: This and compilation can be confusing but programs execute themselves only after the operating system has finished compiling the source code.



So? Compiling is all about translating the code into machine language for the computer to understand. A compiler is what does compiling. Not all programming language work the same way so different kinds of compilers are needed for different languages.
Specialist French
2014-12-05 14:40:13 UTC
Compilation
2014-12-05 14:17:11 UTC
C. compilation



A compiler is a special program that processes statements written in a particular programming language and turns them into machine language or "code" that a computer's processor uses.
justme
2014-12-05 14:40:57 UTC
You really had to ask? I think a 5th grader could answer it, knowing nothing about programming.
AVDADDY
2014-12-05 15:25:44 UTC
All of your answers are in your assigned reading.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...