1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Bond [772]
4 years ago
15

Explain the difference between an object file and an executable file.

Computers and Technology
2 answers:
schepotkina [342]4 years ago
4 0

Answer:

Explanation: A file could refer to any of the following; 1. A Linux command (working on a Linux OS) 2. An object on a computer that stores data, information, settings, or commands used with a computer program (i.e machine language).  

In these case, we’re referring to the file used in machine language. The major difference between an object file and executable file is;

<em>An object file contains machine language directions, yet it doesn't contain code for any library schedules that might be essential.  </em>

<em></em>

<em>An executable file is a program, prepared to run. It contains the machine language codes interpreted from the programmer’s source record, just as the code for any essential library schedules.</em>

liq [111]4 years ago
4 0

Answer:

Object file:

  • Object file has the object code.
  • The  source code, which is a program written by the programmer is compiled, is converted to an intermediate code which is called an object code.          
  • So object file is a file produced by the compiler or interpreter.
  • The compiler eliminates the errors such as syntax errors from the source code and then converts this code to an object file which lies in the middle of source code and executable file because the CPU cannot execute an object file directly.
  • Object file has an extension of .o in Linux and .obj in Windows and it object file is also called relocatable file and it contains data, code and information such as debugging information. This file is put into a special format to send to the linker in order to create an executable file.

Executable file

  • The object code that is produced by the compiler is then sent to the linker to generate the executable file.
  • This is also called the final file that is executed and used to give the output of the program instructions.
  • It has an extension of .exe
  • Executable file is machine understandable.
  • It is created by linking the the object files by the linker. The object files are linked using a linker which integrates the object files to produce an executable file.
  • It is an executable file which is loaded into the memory when the program is to be run and the executable code is executed by the CPU directly.
You might be interested in
Which of the following statements about moving averages is not true?
AleksAgata [21]

Answer:

The answer is "Option D"

Explanation:

The term moving average is known as a time series of information, which is widely used to reduce quick-term variations and demonstrate deep-term patterns or intervals. It is a type of matrices numerically, thus it could be considered as either an example of a tiny-pass filter for data processing, and correct options can be described as follows:

  • In option A,  It is used in a smooth series.
  • In option B, In this process, all the values are used in the calculation are equal in weight.
  • In option C, It is the simplest method, which is used in exponential smoothing.
7 0
3 years ago
When I’m design view, Henrietta deleted a previous criterion, added a new column, and filtered patients’ age. Which best describ
BaLLatris [955]

Answer:

Explanation:

b

8 0
3 years ago
Using the ____ browsing mode offered by some browsers can prevent personal information from being left on a public computer.
seraphim [82]
The answer is incognito browsing
4 0
4 years ago
____________ signs, as discussed by Charles Peirce, involve an "existential" relationship between the sign and the interpretant.
astraxan [27]

Answer:

Indexical Signs

Explanation:

According to Charles Peirce, when there is "existential" relationship that exist between the sign and interpretant, then indexical signs are involved. This implies that at some point in time, they have existed at the same time or in the same place. One indexical sign of a human being is Fingerprints. However, photographs are classified as indexical signs testifying that at some moment, the camera was present.

8 0
4 years ago
Suppose a reference variable of type Double called myDouble has already been declared. There is also a double variable x that ha
eimsori [14]

Answer:

Double newMyDouble = new Double(x);

myDouble = newMyDouble2;

Explanation:

Here the new object newMyDouble is firstly the initial value of said 'double x'. In the second line myDouble is the reassigned the the newMyDouble, which is in fact, the value of x. This exercise helps you understand the syntax of using reference variables in JAVA and their assignment along with reassignment.

5 0
3 years ago
Other questions:
  • Software that interprets commands from the keyboard and mouse is also known as the A.hard drive.B.operating system.C.desktop or
    7·2 answers
  • A neologism is defined as:
    5·1 answer
  • Windows on the desktop are just one of many objects used in a graphical user interface (GUI)-- buttons, drop-down list boxes, po
    7·1 answer
  • Systems thinking includes consideration of all of the following EXCEPT
    9·1 answer
  • Which of these is a major mobile game developer?
    9·1 answer
  • You are an IT technician at your company. The company has two small offices in different cities. The company's head office conta
    5·1 answer
  • 6.Which of the following statements illustrates a characteristic of a person's attitudes
    14·2 answers
  • What are folders within folders called​
    8·2 answers
  • What 3 types of data can be entered in a spreadsheet
    14·1 answer
  • In cell K10, create a formula using the SUM function that calculated the total of the range F17:F20 subtracts it from the value
    5·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!